@import url('https://fonts.googleapis.com/css2?family=Arsenal:ital,wght@0,400;0,700;1,400;1,700&family=Manrope:wght@200..800&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: 27px;
                    color:#484B4F;
					background-color:white;
				    font-size:16px;
					font-family: "Manrope", sans-serif;
					font-weight:400;
                }

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


 #nawigacja-menu {
display:none;	
}	

h1, h2 , h3 ,h4, .font {
font-family: "Arsenal", sans-serif;
font-weight: 300;
-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
								
input ,textarea,select {
-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	font-family: "Manrope", sans-serif;
}
								
								
div, nav, header, footer, ul , li, table, tr ,td {
 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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


header {
	width: 100%;
	border: 0px;
	float:left;
	height:160px;
	z-index:99;
	position:absolute;
	border-bottom:1px solid rgba(115,114,116,0.3);
}	


header:before {
	width: 100%;
	height:120%;
	left: 0;
	top:0;
	position:absolute;
	content:'';
	background: #DCDEDD;
background: -webkit-linear-gradient(180deg,rgba(220, 222, 221, 1) 0%, rgba(220, 222, 221, 0) 100%);
background: -moz-linear-gradient(180deg,rgba(220, 222, 221, 1) 0%, rgba(220, 222, 221, 0) 100%);
background: linear-gradient(180deg,rgba(220, 222, 221, 1) 0%, rgba(220, 222, 221, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(
  startColorstr="#DCDEDD",
  endColorstr="#DCDEDD",
  GradientType=0
);
z-index: 0;
}	




header .ramka {
padding: 0px 4%;
display:flex;
align-items: center;
justify-content:space-between;
position: relative;
z-index: 1;
}

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

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

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




header nav {
	width: 63%;
	border: 0px;
	float:left;
	padding-left:40px;
}	

header .boxy{
	width: 22%;
	border: 0px;
	float:left;
	margin-top:0px;
}	


header .boxy .box{
	width: 50%;
	border: 0px;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
}	

header .boxy .box small{
	text-transform:uppercase;
	font-size:13px;
	margin-left:35px;
	letter-spacing:3px;
}	

header .boxy .box  img{
	float:left;
	margin-right:10px;
	margin-top:-15px;
}	


header .boxy .box  a{
	font-weight:bold;
}	


header .boxy .box:first-child{
	border-right:1px solid #B7BBBB;
	padding-right:0px;
	padding-left:0px;
}	





@media screen and (min-width: 1041px) and (max-width: 99180px) {





#nawigacja-menu{
    list-style: none;
	margin: 0px 30px 0px 0px;
	display:inline-block;
	padding:0px;
	display:block;
	margin-top:0px;
	float: right;
}

#nawigacja-menu ul {
display:none !important; 	
}	


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


#nawigacja-menu li a{
vertical-align:middle;
}


#nawigacja-menu li:last-child a{
vertical-align:middle;font-weight:bold; color:white;text-decoration:none;background-color:#AE2343;padding:15px 10px;-webkit-border-radius: 15px;-moz-border-radius:15px;border-radius: 15px;
}

#nawigacja-menu li:last-child a:hover {
font-weight:bold; color:white !important;text-decoration:none;background-color:#484B4F;-webkit-border-radius: 15px;-moz-border-radius:15px;border-radius: 15px;
}


#nawigacja-menu li a{
	color:#484B4F;
	text-decoration:none;
	vertical-align:middle;
     font-size:14px;
	vertical-align:middle;
	font-size:16px;
	padding:15px 15px;
	font-weight:bold;
}

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

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

#nawigacja-menu li:last-child.menubold a {
	color:#fff !important;
}







/* Pojemnik dla rozwijanego menu */
#nawigacja-menu li:hover > ul {
    display: block !important;
}

/* Styl dla rozwijanego menu */
#nawigacja-menu li ul {
    position: absolute;
    background-color: #3e3f41;
    border-radius: 15px;
    padding: 20px;
    min-width: 340px;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.0.5);
}







/* Pozycjonowanie elementów w submenu */
#nawigacja-menu li ul li {
    display: block;
    margin: 5px 0;
    float: none;
		padding: 0px 0px;
}



#nawigacja-menu li:last-child ul li {
  display: block;
    margin: 5px 0;
    float: none;
		padding: 0px 0px;
}


#nawigacja-menu li ul li:last-child {
  display: block;
    margin: 5px 0;
    float: none;
		padding: 0px 0px;
}



/* Linki w submenu */
#nawigacja-menu li ul li a {
    color: white;
    padding: 5px 10px;
    display: block;
    font-weight: normal;
    font-size: 15px;
}


#nawigacja-menu li ul li:last-child a {
  display: block;
    margin: 5px 0;
    float: none;
		padding: 0px 7px;
		background-color: transparent !important ;
		font-weight: 400;
		    font-size: 15px;
}



#nawigacja-menu li.menubold ul li a {
    color: white !important;
}
 


#nawigacja-menu li ul li a:hover {
    background-color: #5c5c5c;
    border-radius: 10px;
    color: #ffdee4;
}

/* Strzałka "góra" */
#nawigacja-menu li ul::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 30px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #3e3f41;
}





}





.slick-dots {
display:none !important;	
}	

.przycisk_czerwony { font-size:17px;font-weight:bold; color:white;text-decoration:none;background-color:#AE2343;padding:20px 40px;-webkit-border-radius: 15px;-moz-border-radius:15px;border-radius: 15px;}
.przycisk_czerwony:hover {background-color:#484B4F;text-decoration:none;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}










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




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

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





.baner .sekwencja {
	float:left;
	width:100%;
	height:100vh;
	background-repeat : no-repeat;
	background-position:center center;
	background-size:cover;
}	


.baner .sekwencja .box-txt {
	float:left;
	width:100%;
	max-width:700px;
	margin-top:30vh;
	padding-left:100px;
	font-size:30px;
	line-height:40px;
}	


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

.baner .sekwencja .box-txt h1 span {
	color:#AE2343;
}	

.boxdobrzeslyszec {
	float:left;
	width:100%;
	background-color:#AE2343;
	color:white;
	padding-bottom:100px;
}	

.boxdobrzeslyszec .ramka{
	float:left;
	width:100%;
	padding-top:50px;
	display: flex;
	align-items: center;
}	

.boxdobrzeslyszec .ramka2{
	float:left;
	width:102%;
	padding-top:80px;
	text-align:center;
	display: flex;
	margin-left: -1%;
}	

.boxdobrzeslyszec .ramka2 .box{
	float:none;
	width:23%;
	height:480px;
	display:inline-block;
	margin-left:1%;
	margin-right:1%;
	border:1px solid #CA6F84;
	-webkit-border-radius: 200px;
-moz-border-radius: 200px;
border-radius: 200px;
padding:30px;
color:#CACACA;
}	

.boxdobrzeslyszec .ramka2 .box strong {
	font-size:22px;
	line-height:32px;
	color:white;
	font-weight:400;
}	



.boxdobrzeslyszec .ramka .txt{
	float:left;
	width:50%;
	font-size:25px;
	line-height:35px;
}	

.boxdobrzeslyszec .ramka .txt p {
	display: block;
	margin-bottom: 70px;
}	





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



.boxdobrzeslyszec .ramka .txt2{
	float:left;
	width:50%;
	font-size:18px;
	line-height:30px;
	margin-top:50px;
	padding-left: 60px;
}	

.boxpoznajgran {
	float:left;
	width:100%;
	padding-top:90px;
	padding-bottom:90px;
	background-repeat : no-repeat;
	background-position:center center;
	background-image:url('../grafika/boxpoznajgran_tlo.webp');
}	


.boxpoznajgran .ramka {
	display: flex;
	align-items:center;
}	





.boxpoznajgran .img{
	float:left;
	width:40%;
}	

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


.boxpoznajgran .txt{
	float:left;
	width:60%;
	padding-left:100px;
	margin-top:0px;
	font-size:17px;
	line-height:25px;
}	


.boxpoznajgran .txt small {
	font-size:30px;
	line-height:40px;
	color:black;
}	

.boxpoznajgran .txt h2 {
	color:#494C50;
	font-size:70px;
	line-height:80px;
}	


.boxpoznajgran .txt h2 span {
	color:#AE2343;
}	

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


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




.boxprotetyksluchu .ramka h3{
	color:#494C50;
	font-size:70px;
	line-height:80px;
}	


.boxprotetyksluchu .ramka h3 span {
	color:#AE2343;
}	



.boxprotetyksluchu .ramka2 {
	float:left;
	width:100%;
	text-align:center;
}	


.boxprotetyksluchu .ramka2 .box {
	float:none;
	width:100%;
	text-align:center;
	height:480px;
	border:1px solid #C7C8CA;
	padding:30px;
	max-width:360px;
	display:inline-block;
	margin-left:10px;
	margin-right:10px;
	font-size:16px;
	line-height:25px;
	-webkit-border-radius: 200px;
-moz-border-radius: 200px;
border-radius: 200px;
padding-top:50px;
vertical-align: top;
  margin-bottom: 30px;
}	

.boxprotetyksluchu .ramka2 .box .link_czarny {
	font-size:25px;
	line-height:35px;
}	

.boxprotetyksluchu .ramka2 .box img:hover {
opacity:0.7;	
}	


.boxumowwizyte {
	float:left;
	width:100%;
		background-repeat : no-repeat;
	background-position:center center;
	background-image:url('../grafika/tlowizyta.webp');
	padding-bottom: 100px;
	background-color: #484B4F;
}	


.boxumowwizyte .txt{
	float:left;
	width:50%;
	color:white;
	font-size:17px;
	line-height:25px;
	padding-right:50px;
  margin-top: 7vw;
}	

.boxumowwizyte .txt strong {
	font-size:70px;
	line-height:80px;
	font-weight:400;
}	



.boxumowwizyte .img{
	float:left;
	width:50%;
	text-align:right;
}	


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



.boxumowwizyte .przycisk_czerwony:hover {
background-color:black;	
}	


.boxwartowiedziec  {
	float:left;
	width:100%;
	background-color:#FBF3F5;
	padding-bottom:100px;
	margin-top:100px;
}	


.boxwartowiedziec .ramka {
	float:left;
	width:100%;
}	

.boxwartowiedziec .ramka .box {
	float:left;
	width:100%;
	border:1px solid #E0E0E0;
	padding:30px;
	background-color:white;
	margin-top:10px;
	margin-bottom:10px;
	-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
padding-left:50px;
}	

.boxwartowiedziec .ramka .box a.link_czarny{
	font-size:22px;
	line-height:32px;
}	

.boxwartowiedziec .ramka .box a.link_wiecej{
	float:right;
	margin-top:10px;
}	


.boxwartowiedziec .ramka2 {
	float:left;
	width:100%;
	text-align:right;
	margin-top:50px;
}	


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

.boxwartowiedziec .ramka3  strong {
	font-size:60px;
	line-height:70px;
	font-weight:400;
	color:#494C50;
}	



footer {
	float:left;
	width:100%;
	background-color:#484B4F;
	color:white;
	padding-top:90px;
	padding-bottom:110px;
	color:#CCCCCC;
}	

footer strong {
	color:white;
	font-size:16px;
}	


footer .box {
  float: left;
  width: 40%;
  font-size: 13px;
}


footer .box img:hover{
	opacity:0.7;
}	




footer .box2{
	float:left;
	width:60%;
}	

footer .box2 .row{
	float:left;
	width:100%;
}	


footer .box2 .row2{
	float:left;
	width:100%;
	padding-top:20px;
	margin-top:20px;
	border-top:1px solid #646464;
	font-size: 13px;
}	

footer .box2 .row .boxx{
	float:left;
	width:33.3%;
}	

footer .link_szary {
  display: inline-block;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 13px;
  padding-right: 10px;
}


.link_szary { color:#CCCCCC;text-decoration:none;}
.link_szary:hover {color:white;text-decoration:underline;}

.link_stopka { color:white;text-decoration:none;margin-right:20px;}
.link_stopka:hover {color:white;text-decoration:underline;}



.link_czarny { color:black;text-decoration:none;}
.link_czarny:hover {color:#AE2343;text-decoration:none;}


.przycisk_szary { font-size:17px;font-weight:bold; color:white;text-decoration:none;background-color:#484B4F;padding:20px 40px;-webkit-border-radius: 15px;-moz-border-radius:15px;border-radius: 15px;}
.przycisk_szary:hover {background-color:#AE2343;text-decoration:none;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}


.przycisk_czerwony { font-size:17px;font-weight:bold; color:white;text-decoration:none;background-color:#AE2343;padding:20px 40px;-webkit-border-radius: 15px;-moz-border-radius:15px;border-radius: 15px;}
.przycisk_czerwony:hover {background-color:#AE2343;text-decoration:none;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}


.przycisk_ramka { border:2px solid white;font-size:17px;font-weight:bold; color:white;text-decoration:none;padding:20px 40px;-webkit-border-radius: 15px;-moz-border-radius:15px;border-radius: 15px;}
.przycisk_ramka:hover {border-color:#484B4F;background-color:#484B4F;text-decoration:none;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}


.przycisk_ramka_czerwona { border:2px solid #AE2343;font-size:17px;font-weight:bold; color:#AE2343;text-decoration:none;padding:20px 40px;-webkit-border-radius: 15px;-moz-border-radius:15px;border-radius: 15px;}
.przycisk_ramka_czerwona:hover {color:white;border-color:#484B4F;background-color:#484B4F;text-decoration:none;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}


.przycisk_bialy {color:#AE2343; border:2px solid white;font-size:17px;font-weight:bold; background-color:white;text-decoration:none;padding:20px 40px;-webkit-border-radius: 15px;-moz-border-radius:15px;border-radius: 15px;}
.przycisk_bialy:hover {color:white;background-color:#484B4F;border-color:#484B4F;text-decoration:none;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}







.podstrona {
width: 100%;
float: left;
position: relative;
padding: 210px 0px 70px 0px;
}

.podstrona:before {
position:absolute;
right: -80px;
width: 125px;
height: 192px;
		background-repeat : no-repeat;
	background-position:center center;
	background-image:url('../grafika/punkt.webp');
	bottom: -100px;
	content:'';
}






.sciezka a{ 
color:#BB5365;
font-weight: 600;
text-decoration: none;
}

.sciezka { 
color:#fff;
font-weight: 600;
}


.baner-podstrona{
position: absolute;
left: 0;
top: 0;
width:100%;
height:100%;
    background-repeat: no-repeat;
    background-position: center center;
	background-size:cover;
	z-index:-1;
}	


.glowna10nadrzedna  .baner-podstrona{
display: none;
}	



.glowna10nadrzedna  .podstrona h1 { 
display: none;
}


.podstrona h1 {
font-size: 70px;
line-height: 81px;
}


#strona1 .boxumowwizyte {
margin-top:0px;	
}	


.tresc, .tresc-podstrony {
padding: 100px 0px 100px 0px;
}









.img_left, .img_right  {
width: 100%;
position: relative;
margin-bottom: 100px;
}



.img_left.content img, .img_right.content img {
  object-fit: contain;
}


.img_right.tlo:before {
background-color:#FBF3F5;
left:-30%;
top:0; 
width: 160%;
height: 100%;
content:'';
position: absolute;
z-index: -2;
}

.img_left h3, .img_right h3 {
font-size: 38px;
line-height: 49px;
}

.img_left h2, .img_right h2 {
font-size: 55px;
line-height: 65px;
color: #AE2343;
}


.img_left tr, .img_right tr {
display: flex;
align-items: center;
width: 100%;
}

.img_left tr td, .img_right tr td {
width: 50%;
padding: 70px 50px;
position: relative;
}


.img_left tr td img {
  left: -50px;
  margin-top: -70px;
	margin-bottom: -70px;
  min-height: calc(25vw + 180px);
  position: relative;
  width: 90%;
  max-width: 90%;
  object-fit: cover;
		-webkit-border-radius: 280px;
-moz-border-radius: 280px;
border-radius: 280px;
}


.img_right tr td img {
  right: -50px;
  margin-top: -70px;
	margin-bottom: -70px;
  min-height: calc(25vw + 180px);
  position: relative;
  width: 90%;
  max-width: 90%;
  object-fit: cover;
		-webkit-border-radius: 280px;
-moz-border-radius: 280px;
border-radius: 280px;
}


.img_right.tlo {
  padding: 50px 0px 0px 0px;

}


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


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



.img_left tr td:nth-of-type(1):before {
  position: absolute;
  left: 10%;
  width: 125px;
  height: 192px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('../grafika/punkt.webp');
  bottom: -50px;
  content: '';
	z-index:2;
}



.img_right tr td:nth-of-type(1):before {
  position: absolute;
  right: 10%;
  width: 125px;
  height: 192px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('../grafika/punkt.webp');
  bottom: -50px;
  content: '';
	z-index:2;
}






.img_left tr td:nth-of-type(1):after {
  position: absolute;
  left: 15%;
  width: 74%;
  height: 100%;
  top: 7%;
	border: 1px solid #DBDCDD;
			-webkit-border-radius: 480px;
-moz-border-radius: 480px;
border-radius: 480px;
  content: '';
	z-index:-1;
}




.img_right tr td:nth-of-type(1):after {
  position: absolute;
  right: 25%;
	left: auto;
  width: 74%;
  height: 100%;
  top: 7%;
	border: 1px solid #DBDCDD;
			-webkit-border-radius: 480px;
-moz-border-radius: 480px;
border-radius: 480px;
  content: '';
	z-index:-1;
}







.tresc-podstrony h4, .tresc h4 {
margin: 0px auto;
max-width: 60%;
width: 100%;
color: #000;
font-weight: 300;
font-size: 36px;
line-height: 47px;
}





.tresc-podstrony h4 small, .tresc h4 small {
color: #000;
font-weight: 300;
font-size: 18px;
line-height: 25px;
display:block;
}

.tresc-podstrony a {
color: #AE2343;
}


.boxopinie .ramka2 .box .opis strong {
  color: #AE2343;
}

.tresc-podstrony ul, .tresc ul {
width: 108%;
margin: 30px -4%;
list-style: none;
display: flex;
flex-wrap: wrap;
}


.tresc-podstrony ul li, .tresc ul li {
width: 29.3%;
margin: 15px 2%;
	border: 1px solid #DBDCDD;
			-webkit-border-radius: 80px;
-moz-border-radius: 80px;
border-radius: 80px;
padding: 30px 50px 30px 50px;
position:relative;
}


.tresc-podstrony ul li::before, .tresc ul li::before {
  content: '';
  -webkit-border-radius: 280px;
  -moz-border-radius: 280px;
  border-radius: 280px;
  width: 40px;
  height: 13px;
  position: absolute;
  left: -20px;
  top: 39px;
  background-color: #AE2343;
}



.oferta_kom tr td a {
  position: relative;
  z-index: 5;
}



.oferta_kom {
width: 100%;
padding: 100px 0px;
background-color: #AE2343;
position: relative;
}

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


.oferta_kom tr {
width: 100%;
display: flex;
flex-wrap: wrap;
align-items: stretch;
}


.oferta_kom tr td {
width: 29.3%;
margin: 2%;
}


.oferta_kom tr td img {
width: 80%;
margin: 0px auto;
display: block;
			-webkit-border-radius: 280px;
-moz-border-radius: 280px;
border-radius: 280px;
position:relative;
z-index: 2;
}

.oferta_kom tr td h4 {
display: block;
font-size: 28px;
line-height: 39px;
text-align: center;
position: relative;
padding-bottom: 50px;
max-width: 100%;
width: 100%;
padding: 30px 40px 60px 40px;
}



.oferta_kom tr td h4 small {
display: inline-block;
padding: 20px 30px;
margin-top: 20px;
color: #000;
text-decoration: none;
background-color: #FFF;
			-webkit-border-radius: 80px;
-moz-border-radius: 80px;
border-radius: 80px;
}

.oferta_kom tr td h4:before {
			-webkit-border-radius: 80px;
-moz-border-radius: 80px;
border-radius: 80px;
border: 1px solid rgba(255,255,255,0.3);
content:'';
position:absolute;
left: 0;
bottom: 0;
width: 100%;
height: 160%;
}



.oferta_kom tr td a {
color: #FFF;
text-decoration: none;
}



.oferta_kom tr:nth-of-type(2) {
display: block;
width: 100%;
}


.oferta_kom tr:nth-of-type(2) td h4 small {
display: inline-block;
padding: 0px 0px;
margin-top: 0px;
color: #fff;
text-decoration: none;
background-color: transparent;
			-webkit-border-radius: 80px;
-moz-border-radius: 80px;
border-radius: 80px;
}


.oferta_kom tr:nth-of-type(2) td h4:before {
			-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
border: 0px solid rgba(255,255,255,0.0);
content:'';
position:absolute;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
}




.boxopinie {
float:left;
width:100%;
position:relative;
padding: 90px 0px 0px 0px;
}	


.boxopinie .ramka small {
font-size: 60px;
line-height: 71px;
}	

.boxopinie .ramka strong {
font-weight: 400;
font-size: 24px;
line-height: 36px;
padding: 10px 0px 50px 0px;
display: block;
}	


.boxopinie .ramka{
float:left;
width:100%;
}	

.boxopinie .ramka2{
float:left;
width:100%;
}	

.boxopinie .ramka2 .box{
float:left;
width:25%;
}	


.boxopinie .ramka2 .box .opis{
padding: 70px 50px;
	-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
border: 1px solid #E0E0E0;
width: 90%;
margin: 0px 5%;
}	


.boxopinie .ramka2 .box .opis p{
font-size: 13px;
 font-style: italic;
}	

.boxopinie .ramka2 .box .opis small {
	-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
background-color: #EEEEEE;
padding:9px 15px;
font-size: 12px;
font-weight: 300;
margin-top: 5px;
display: inline-block;
}


.boxopinie .slick-prev {
  position: absolute;
  left: 0px;
  top: 96px;
  bottom: 0px;
  width: 117px;
  height: 116px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('../grafika/left2.webp');
  z-index: 99;
  font-size: 0px;
  border: 0px;
  background-color: transparent;
  cursor: pointer;
  margin: auto 0;
}



.boxopinie .slick-next {
  position: absolute;
  right: 0px;
  top: 96px;
  bottom: 0px;
  width: 117px;
  height: 116px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('../grafika/right2.webp');
  z-index: 99;
  font-size: 0px;
  border: 0px;
  background-color: transparent;
  cursor: pointer;
  margin: auto 0;
}




.tresc h3, .tresc-podstrony h3 {
font-size: 30px;
line-height:41px;
}


.tresc h2, .tresc-podstrony h2 {
font-size: 60px;
line-height:71px;
color: #AE2343;
}


.badania {
width: 100%;
}


.badania tr {
width: 100%;
display: flex;
flex-wrap: wrap;
}

.badania tr td {
width: 50%;
padding: 50px 60px;
}



.badania tr:nth-of-type(1) td:nth-of-type(1) {
background-color:#FBF3F5;
 -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;
}


.badania tr:nth-of-type(2) td:nth-of-type(2) {
background-color:#FBF3F5;
 -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;
}





#strona60 .badania  tr td a {
  font-size: 17px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  background-color: #AE2343;
  padding: 12px 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
	display:inline-block;
	margin-top:6px; 
}




.tresc-podstrony .badania ul {
  margin: 0px -4%;
}


.badania tr td ul li {
  width: 100%;
  margin: 0px 0%;
  border: 0px solid #DBDCDD;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 20px 50px 20px 70px;
  position: relative;
	font-family: "Arsenal", sans-serif;
	font-size: 30px;
	line-height: 40px;
}




.badania tr td ul li::before {
  content: '';
  -webkit-border-radius: 280px;
  -moz-border-radius: 280px;
  border-radius: 280px;
  width: 70px;
  height: 20px;
  position: absolute;
  left: -30px;
  top: 31px;
  background-color: #AE2343;
}

.badania tr td ul li a {
text-decoration: none;
}






.wpisy {
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  border-radius: 120px;
	background-color: #FBF3F5;
	padding: 70px 80px;
	width: 100%;
	float: left;
}




.wpisy .wpis {
  display: block;
	width: 100%;
	float: left;
	background-color: #FFF;
	  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;
	overflow:hidden;
	display: flex;
	align-items: center;
	padding: 50px;
	margin-top: 2px;
}

.wpisy .wpis .img img {
  vertical-align: middle;
	width: 100%;
			  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;
}


.wpisy .wpis .img  {
  max-width: 190px;
		  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;
}

.wpisy .wpis .txt {
padding-left: 100px;
}

.wpisy .wpis .txt small{
font-size: 12px;
color:#8B9198;
}



.wpisy .wpis .txt a.nazwa{
font-size: 21px;
color:#A82443;
text-decoration: none;
font-family: "Arsenal", sans-serif;
}


.glowna9nadrzedna .tresc {
padding-top: 0px;
} 

.glowna9nadrzedna .baner-podstrona {
background-image: none !important;
}

.glowna9nadrzedna .podstrona, .glowna10nadrzedna .podstrona {
  padding: 190px 0px 30px 0px;
}



.wpisy .wpis .txt a.wiecej{
display: inline-block;
padding: 11px 20px;
color: #fff;
text-decoration:none;
background-color: #A82443;
margin-top:20px;
		  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
	font-weight: 600;
	font-size: 13px;
}



.cell_oddzial  {
width: 100%;
margin: 30px 0px;
}


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


.cell_oddzial tr td:nth-of-type(1) {
order: 2;
padding-left: 40px;
}

.cell_oddzial tr td {
width: 50%;
}

.cell_oddzial tr td iframe {
height: 14vw !important;
min-height: 200px;
		  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
	filter: grayscale(1);
}

.cell_oddzial a {
color: #A82443;
font-weight: 600;
font-size: 25px;
text-decoration: none;
}

.cell_oddzial a:last-of-type {
color: #A82443;
font-weight: 400;
font-size: 15px;
}


.paginacja {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  padding: 40px 1em;
	font-size: 13px;
}

.paginacja a,
.paginacja span,
.paginacja strong {
  padding: 0.5em 0.8em;
  text-decoration: none;
  border-radius: 34px;
  border: 1px solid #ccc;
  color: #333;
  transition: background-color 0.2s, color 0.2s;
}

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

.paginacja strong {
  background-color: #A82443;
  color: #fff;
  border-color: #A82443;
  font-weight: bold;
}

.paginacja span {
  color: #999;
  background-color: #fff;
  border-color: #ddd;
  cursor: default;
	border: 0px;
}




.paginacja a.liczba {
  border: 0px solid #ccc;
		font-size: 16px;
}









.formularz {
width: 35%;
float: left;
background-color:#474B4E;
padding: 60px 50px;
-webkit-border-radius: 65px;
-moz-border-radius: 65px;
border-radius: 65px;
color: #FFF;
margin-bottom:40px;
}






.tresc-kontakt {
width: 60%;
margin-right: 5%;
border: 1px solid #F4F2F2;
padding: 60px 50px;
-webkit-border-radius: 65px;
-moz-border-radius: 65px;
border-radius: 65px;
float: left;
margin-bottom:40px;
}






.tresc-kontakt .formularz {
width: 35%;
-webkit-border-radius: 65px;
-moz-border-radius: 65px;
border-radius: 65px;
}


.tresc-kontakt h1 {
  font-size: 50px;
  line-height: 61px;
  color: #AE2343;
}

.formularz .ramka strong {
  font-size: 50px;
  line-height: 61px;
  color: #fff;
	font-family: "Arsenal", sans-serif;
	font-weight: 400;
}



.cell_oddzial span {
display: block;
padding: 10px 0px 10px 0px;
margin-bottom: 10px;
border-bottom: 1px solid #F4F2F2;
}



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

.formularz .ramka2 .pole img {
right: 0px;
bottom: 14px;
position: absolute;
}

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

.formularz .ramka2 .pole2 textarea {
padding: 9px 0px;
width: 100%;
float: left;
border: 0;
background-color: transparent;
border-bottom: 1px solid #76797C;
color: #FFF;
}

.formularz .ramka2 .pole2 small {
font-size: 12px;
line-height: 17px;
color: #B6B8BA;
display: block;
}

.formularz .ramka2 .pole2 small a {
color: #fff;
}


.formularz .ramka2 .pole input{
padding: 9px 0px;
width: 100%;
float: left;
border: 0;
background-color: transparent;
border-bottom: 1px solid #76797C;
color: #FFF;
}



.formularz .ramka2 .pole select{
padding: 9px 0px;
width: 100%;
float: left;
border: 0;
background-color: transparent;
border-bottom: 1px solid #76797C;
color: #FFF;
}


.formularz .ramka2 .pole3 .przycisk {
  vertical-align: middle;
  font-size: 17px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  background-color: #AE2343;
  padding: 15px 10px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
	border: 0px;
	margin-top: 6px;
}





.cennik_table {
width: 100%;
margin-top: 100px;
}

.cennik_table tr {
width: 102%;
display: flex;
flex-wrap: wrap;
margin-left: -1%;
}


.cennik_table tr td {
width: 48%;
  -webkit-border-radius: 65px;
  -moz-border-radius: 65px;
  border-radius: 65px;
	border: 1px solid #F0F0F0;
	font-size: 14px;
	margin: 1% 1% 90px 1%;
	padding: 0px 50px 30px 50px;
	text-align: center;
}

.glowna3.podrzedna  .cennik_table tr td {
width: 31.3%;
	margin: 1% 1% 90px 1%;
}



.cennik_table tr td big {
display: block;
width: 90%;
max-width: 50%;
margin: 0px auto;
  -webkit-border-radius: 95px;
  -moz-border-radius: 95px;
  border-radius: 95px;
	color: #FFF;
	text-align: center;
	background-color: #AE2343;
	padding: 30px 30px;
	margin-top: -60px;
	margin-bottom: 30px;
}

.cennik_table tr td big strong {
font-weight: 300;
font-size: 19px;
display: block;
text-align: center;
}

.cennik_table tr td span.marker {
 -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
	display: inline-block;
	padding: 5px 15px;
	margin: 3px 0px 3px 0px;
	background-color: #FBF3F5;
	color: #AE2343;
}


.cennik_table tr td big strong:first-of-type {
font-size: 22px;
line-height: 34px;
font-weight: 700;
color: #FBF3F5;
font-family: "Arsenal", sans-serif;
}

.cennik_table tr td h3 {
font-size: 19px !important;
line-height: 28px !important;
color: #000;
}


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

.fixed2 {
  position: fixed;
  right: 20px;
  bottom: 100px;
  z-index: 999;
  opacity: 0.7;
}

.pasek_fixed {
  position: fixed;
  width: 100%;
  bottom: 0px;
  left: 0px;
  padding: 5px;
  text-align: center;
  background-color:#494C50;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 17px;
  color: white;
  z-index: 999;
}




.glowna9nadrzedna .podstrona h1{
display: none;
}

.glowna9nadrzedna .img_szczegoly {
width: 50%;
}

.wpisy .wpis .img_szczegoly img {
  max-width: 100%;
	width: 100%;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;
}


.txt b.font {
font-size: 40px;
line-height: 50px;
color: #000;
}


header .boxy {
  min-width: 290px;
}
































/* hide the link until viewport size is reached */
a.meanmenu-reveal {
	display: none;
}


/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	width: 100%;
	position:absolute;
	padding: 0px 0;
	top: 0px;
	right: 0%;
	padding: 0px 0% 0px 0%;
	z-index:99999999;
}

a.meanmenu-reveal {
  width: 45px;
  height: 36px;
  padding: 3px 13px 3px 13px;
  position: absolute;
  z-index: 8000 !important;
  top: 21px;
  left: auto !important;
  right: 4% !important;
  margin: 0px auto;
  cursor: pointer;
  color: #000;
  text-decoration: none;
  font-size: 24px;
  text-indent: -9999em;
  line-height: 29px !important;
  font-size: 28px !important;
  display: block;
  font-weight: 300;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  font-weight: 500;
  text-align: right;
  content: 'menu';
  border-bottom: 0px solid #EBEBEB;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
		background-color: #FFF;
  }
	
	
	
}




  #nawigacja-menu li:last-child a {
    vertical-align: middle;
    font-size: 17px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    background-color: #AE2343;
    padding: 15px 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
  }


	


a.meanmenu-reveal {
  width: 32px;
  padding: 16px 15px 8px 15px !important;
}


	
.mean-container a.meanmenu-reveal span {
  display: block;
  background: #000;
  height: 3px;
  margin-top: 5px;
  font-size: 26px;
  max-width: 40px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 5px auto 5px auto;
}







.mean-container .mean-nav {
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-left: 0%;
	margin-right: 0%;
}


.mean-container .mean-nav > ul {
  padding: 30px 0% 120px 0% !important;
  width: 96% !important;
  list-style-type: none;
  position: absolute;
  z-index: 0 !important;
  right: 0%;
  left: 2%;
  background-color: #474B4F;
  position: absolute;
  top: 110px;
  min-height: 300px !important;
  max-height: 100vh !important;
  overflow-y: scroll;
  float: none !important;
  scrollbar-width: thin;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  z-index: 99999999;
	overflow-x: hidden;
	border-top: 0px solid #EEEEEE;
}



.mean-container .mean-nav ul  ul{
	padding: 10px 0px 10px 0px !important;
	width: 100% !important;
	list-style-type: none;
	position: relative !important;
	z-index: 0 !important;
	left: 0% !important;
	top:0px !important;
	margin:10px 0px !important;
	float: left;
  position:relative;
	border-top: 0px solid #555355;
	border-bottom: 0px solid #555355;
	background-color: transparent;
	  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
	border: 1px solid rgba(255,255,255,0.1);
}



.mean-container .mean-nav ul > li {
  position: relative;
  width: 100% !important;
	min-width: 100% !important;
  box-sizing: border-box;
  padding: 10px 4% !important;
  margin: 0px 0% !important;
  text-align: left;
  float: left;
  height: auto !important;
}



.mean-container .mean-nav ul > li ul li {
	position: relative;
	width:100% !important;
	box-sizing: border-box;
	border-bottom: 0px solid #EFEFEF;
-webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.00);
-moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.00);
box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.00);
	padding:0px 0px !important;
	margin: 0px 0% !important;
	text-align: left;
	float: left;
	height: auto !important;
}




.mean-container .mean-nav ul li a {
	margin: 0px !important;
		font-family: "Darker Grotesque", sans-serif;
		letter-spacing: 2px;
		font-weight: 500;
}



.mean-container .mean-nav > ul > li:last-of-type {
	padding-bottom: 300px;
	padding-top: 20px;
}

.mean-container .mean-nav > ul > li:last-of-type {
	padding-bottom: 300px;
	padding-top: 20px;
}

.mean-container .mean-nav > ul > li:last-of-type a {
	border: 1px solid #676769;
	width: 100%;
  background-position: left center;
		color: #fff !important;
			  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.mean-container .mean-nav > ul > li:last-of-type li a {
	border: 0px solid #676769;
	width: 100%;
  background-position: left center;
		color: #fff !important;
}


.mean-container .mean-nav ul > ul > li:last-of-type {
	background-color: transparent !important;
}


.mean-container .mean-nav ul ul ul > li:last-of-type {
	background-color: transparent !important;
}





.mean-container .mean-nav ul ul li {
	position: relative;
	float: left;
	width: 96% !important;
	box-sizing: border-box;
	border-bottom: 0px solid #E0E0E0 !important;
	border-right: 0px solid #EBEBEB !important;
	padding: 0px !important;
	margin: 0px 2% !important;
	font-weight: 400;
		margin: 0px 2% 0px 2% !important;
		padding-right: 0px;
		border-top: 0px;
}


.mean-container .mean-nav ul ul li a{
	font-weight: 300 !important;
     color: #fff !important;
	font-size: 18px !important;
	padding-top: 2px !important;
	padding-bottom: 2px !important;
	margin: 0px 5% 0px 5% !important;
	line-height: 27px;
	width: 90% !important;
	font-family: "Poppins", sans-serif;
	
}

.mean-container .mean-nav ul ul li a:before{
display: none;
	
}

.mean-container .mean-nav ul ul ul li a{
	font-weight: 400 !important;
	color: #000 !important;
	font-size: 14px !important;
	padding-top: 1px !important;
	padding-bottom: 1px !important;
		line-height: 25px;
		letter-spacing: 0.5px;
		padding-left: 90px;
}


.mean-container .mean-nav ul ul li.menubold a{
	font-weight: 700 !important;
	
}

.mean-container .mean-nav ul ul {
	position: relative !important;
	float: left;
	width: 100% !important;
	box-sizing: border-box;
	border-right: 0px solid #EBEBEB;
	padding: 25px 0px !important;
	margin: 0px 0% 0px 0% !important;
	background-color:transparent;
border: 1px solid rgba(255,255,255,0.1);
}




.mean-container .mean-nav ul ul ul {
	position: relative;
	float: left;
	width: 100% !important;
	box-sizing: border-box;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	padding: 0px 0px !important;
	margin: 0px 0% !important;
	display: block !important;
}






.mean-container .mean-nav ul li a {
	display: inline-block;
	float: none;
	padding: 12px 9% 17px 9% !important;
	margin: 0 0% !important;
	color: #fff !important;
	text-decoration: none;
	font-weight: 500;
	font-size: 21px !important;
	text-align: left;
	position: relative;
	letter-spacing: 1.5px !important;
	 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}





.mean-container .mean-nav ul li a:hover {
	color: #ACACAC !important;
	z-index: 500;
}


.mean-container .mean-nav ul li a.menu-bold {
	font-weight:500 !important ;
	color:#ACACAC !important; 
}


.mean-container .mean-nav ul li a img{
	display: none;
}



.mean-container .mean-nav ul li  img{
	display: none;
}




.mean-container .mean-nav ul ul li a {
	padding: 5px 0px 5px 20px !important;
}

.mean-container .mean-nav ul ul ul li a {
	padding: 5px 0px 5px 50px !important;
}


.mean-container .mean-nav ul li.mean-last a {
	margin-bottom: 4000px;
}



.mean-container .mean-nav ul ul li.hidden {
display: none !important;
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 0px;
    width: 49px !important;
    text-align: center;
    position: absolute;
    right: 5%;
    top:6px;
    z-index: 999;
    font-weight: 400 !important;
    border: none !important;
    color: #fff !important;
    padding: 19px 40px 19px 30px !important;
    font-size: 26px !important;
		border-left: 0px solid #EEEEEE !important;
		text-align: center;
		margin: 0px 0px !important;
		 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.mean-container .mean-nav ul li li a.mean-expand {
    margin-top: 0px;
    width: 29px !important;
    height: 25px !important;
    text-align: center;
    position: absolute;
    right: 2%;
    top: 0px;
    z-index: 99999;
    font-weight: 400 !important;
    border: none !important;
    color: #fff !important;
    padding: 6px 40px 6px 30px !important;
    font-size: 24px !important;
			border: 0px solid #F2F2F2  !important;
			display: none !important;
}

.mean-container .mean-nav ul ul ul div {
    display: none !important;
}


.mean-container .mean-nav ul li a.mean-expand:hover {
	background: transparent;
	color:white!important;
}

.mean-container .mean-push {
	float: left;
	width: 0%;
	padding: 0;
	margin: 0;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


.mean-remove {
	display: none !important;
}


.mean-container .mean-nav ul li li a {
    border-bottom: 0px !important;
		font-weight: 400 !important;
		font-size: 15px !important;
		letter-spacing: 0.5px !important;
}






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





#nawigacja-menu > li:first-of-type {
    display: none;
  }


}


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


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


.tresc h2, .tresc-podstrony h2 {
  font-size: 42px;
  line-height: 51px;
  color: #AE2343;
}


}


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



#nawigacja-menu li a {
  font-size: 14px;
  padding: 15px 10px;
}




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




.baner .sekwencja .box-txt {
  font-size: 25px;
  line-height: 35px;
}


.boxumowwizyte .txt strong {
  font-size: 60px;
  line-height: 70px;
  font-weight: 400;
}


.boxdobrzeslyszec .ramka2 .box {
  font-size: 15px;
  line-height: 24px;
}



.boxdobrzeslyszec .ramka2 .box strong {
  font-size: 19px;
  line-height: 28px;
}

.boxprotetyksluchu .ramka2 .box img {
max-width: 130px;
display: block;
margin: 0px auto;
}

.boxprotetyksluchu .ramka2 .box .link_czarny {
  font-size: 20px;
  line-height: 30px;
}

.boxprotetyksluchu .ramka2 .box {
  max-width: 300px;
	}
	
	.podstrona {
  width: 100%;
  float: left;
  position: relative;
  padding: 190px 0px 50px 0px;
}


.sciezka {
  color: #fff;
  font-weight: 600;
  font-size: 13px;
}

.tresc, .tresc-podstrony {
  padding: 50px 0px 50px 0px;
}

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


.tresc-kontakt h1 {
  font-size: 40px;
  line-height: 51px;
}




}



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



header .boxy .box small {
  font-size: 10px;
  letter-spacing: 2px;
}





header .boxy .box a {
  font-weight: bold;
  font-size: 13px;
}


header .boxy {
  min-width: 260px;
}


}



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



 #nawigacja-menu li a {
    font-size: 12px;
    padding: 15px 7px;
  }
	
	
#nawigacja-menu li ul li a {
  font-size: 13px;
}




.baner .sekwencja .box-txt h1 {
    font-size: 40px;
    line-height: 50px;
  }
	
	
	
	
	.baner .sekwencja .box-txt {
  width: 100%;
  max-width: 550px;
  font-size: 20px;
  line-height: 30px;
}



.boxpoznajgran .txt h2 {
  color: #494C50;
  font-size: 50px;
  line-height: 60px;
}
	
	.boxpoznajgran .txt small {
  font-size: 20px;
  line-height: 35px;
  color: black;
}
	
	
	
.boxwartowiedziec .ramka .box a.link_czarny {
  font-size: 18px;
  line-height: 28px;
}


.boxopinie .slick-next {
  width: 76px;
  background-size: 100%;
}



.boxopinie .slick-prev {
  width: 76px;
  background-size: 100%;
}



.badania tr td ul li {
  padding: 20px 50px 20px 50px;
  font-size: 22px;
  line-height: 32px;
}


.badania tr td ul li::before {
  content: '';
  width: 50px;
  height: 10px;
  left: -30px;
  top: 34px;
  background-color: #AE2343;
}


.badania tr td {
  padding: 50px 40px;
}

.glowna3.podrzedna .cennik_table tr td {
  width: 48%;
  margin: 1% 1% 90px 1%;
}




}







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






.slick-next {
  width: 60px;
  height: 201px;
  background-size: 100% auto;
}


.slick-prev {
  width: 60px;
  height: 201px;
  background-size: 100% auto;
}


.baner .sekwencja {
  max-height: 700px;
}

.baner .sekwencja .box-txt {
  padding-left: 50px;

}

.wpisy .wpis .txt {
  padding-left: 40px;
}


.wpisy {
  padding: 30px 40px;
}

.tresc-kontakt {
  width: 100%;
  margin-right: 0%;
  border: 1px solid #F4F2F2;
  padding: 60px 50px;
  -webkit-border-radius: 65px;
  -moz-border-radius: 65px;
  border-radius: 65px;
  float: left;
  margin-bottom: 40px;
}


.formularz {
  width: 100%;
  float: left;
  background-color: #474B4E;
  padding: 60px 50px;
  -webkit-border-radius: 65px;
  -moz-border-radius: 65px;
  border-radius: 65px;
  color: #FFF;
  margin-bottom: 40px;
}

.cennik_table tr td h3 {
  padding: 0px 0px !important;
}



}



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



 .boxumowwizyte .txt strong {
    font-size: 50px;
    line-height: 60px;
    font-weight: 400;
  }
	
	
  .boxdobrzeslyszec .ramka2 .box {
    font-size: 14px;
    line-height: 22px;
  }
	
	.boxwartowiedziec .ramka3 strong {
  font-size: 50px;
  line-height: 60px;
}
	
	
	footer .box {
  float: left;
  width: 100%;
  font-size: 13px;
  text-align: center;
}

	footer .box img {
  max-width: 150px;
}

footer .box2 {
  float: left;
  width: 100%;
	font-size: 12px;
}
	
	
	.podstrona h1 {
  font-size: 50px;
  line-height: 61px;
}
	
	.img_right tr td:nth-of-type(1)::before {
  width: 95px;
  height: 142px;
  background-size: 100% 100%;
}


	.img_left tr td:nth-of-type(1)::before {
  width: 95px;
  height: 142px;
  background-size: 100% 100%;
}



.tresc-podstrony h4, .tresc h4 {
  max-width: 80%;
}


.tresc-podstrony ul li, .tresc ul li {
  width: 46%;
  margin: 15px 2%;
}


.cennik_table tr td {
  padding: 0px 30px 30px 30px;
}



	
	}
	
	
	
	


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






 header .logo {
    width: 45%;
    max-width: 230px;
  }

	
 header .boxy {
    min-width: 240px;
    margin-right: 80px;
  }
	

header .logo {
  height: 100px !important;
}


header {
  height: 100px !important;
}

  .podstrona {
    width: 100%;
    float: left;
    position: relative;
    padding: 130px 0px 30px 0px;
  }
	
	
.tresc, .tresc-podstrony {
  padding: 30px 0px 30px 0px;
}


.tresc h3, .tresc-podstrony h3 {
  font-size: 18px;
  line-height: 28px;
}


.tresc h2, .tresc-podstrony h2 {
  font-size: 32px;
  line-height: 41px;

}

body {
  line-height: 23px;
  font-size: 14px;
}


}






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



.boxpoznajgran .ramka {
  display: flex;
  align-items: center;
	float: none;
	max-width: 600px;
	margin: 0px auto;
	flex-wrap: wrap;
}


.boxpoznajgran .img {
  width: 100%;
		max-width: 500px;
			margin: 0px auto 40px auto;
}

.boxpoznajgran .img img {
  width: 100%;
		max-width: 300px;
			margin: 0px auto;
			display: block;
}

.boxpoznajgran .txt {
  width: 100%;
  padding-left: 30px;
	padding-right: 30px;
  margin-top: 0px;
  font-size: 17px;
  line-height: 25px;
	text-align:center;
}


.boxdobrzeslyszec .ramka .txt strong {
  font-size: 50px;
  line-height: 60px;
}


.boxdobrzeslyszec .ramka .txt {
  font-size: 20px;
  line-height: 29px;
}


.przycisk_bialy {
  font-size: 14px;
  padding: 10px 20px;
}


.przycisk_ramka {
  font-size: 14px;
  padding: 10px 20px;
}

.boxdobrzeslyszec .ramka .txt2 {
  float: left;
  width: 50%;
  font-size: 16px;
  line-height: 26px;
  margin-top: 50px;
  padding-left: 40px;
}


 .baner .sekwencja .box-txt h1 {
    font-size: 32px;
    line-height: 45px;
  }
	
	
	
	  .baner .sekwencja .box-txt {
    font-size: 16px;
    line-height: 26px;
  }


.przycisk_szary {
  font-size: 13px;
  padding: 15px 20px;
}


.przycisk_czerwony {
  font-size: 13px;
  padding: 15px 20px;
}


 .baner .sekwencja {
    max-height: 600px;
  }
	
	
	  .baner .sekwencja .box-txt {
    width: 80%;
    max-width: 400px;
    font-size: 18px;
    line-height: 28px;
  }
	
	
	.boxumowwizyte .txt {
  line-height: 28px;
}
	
	

}

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


  .boxumowwizyte .txt strong {
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
  }
	
	
	
		.boxdobrzeslyszec .ramka2  {
  flex-wrap: wrap;
	}
	
	
	
	
  .boxdobrzeslyszec .ramka2 .box {
    float: none;
    width: 48%;
    margin-bottom: 2%;
  }
	
	
	
	.boxdobrzeslyszec .ramka2 .box {
  float: none;
  height: auto;
padding: 40px 40px 90px 40px;
}


	.boxopinie .ramka small {
  font-size: 40px;
  
	}
	
	
	.boxopinie .ramka strong {
  font-weight: 400;
  font-size: 19px;
  line-height: 26px;
  padding: 10px 0px 50px 0px;
  display: block;
}


.img_left tr, .img_right tr {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
	max-width: 600px;
	margin: 0px auto;
}


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

.img_right tr td {
  width: 100%;
  order: 2;
}


.img_right tr td:nth-of-type(2) {
  width: 100%;
	  padding: 70px 50px;
}



.img_left tr td:nth-of-type(1) {
  width: 100%;
	  padding: 70px 50px;
}

.img_left tr td, .img_right tr td {
  width: 100%;
  padding: 70px 50px;
  position: relative;
}

.cennik_table tr td big strong:first-of-type {
  font-size: 18px;
  line-height: 29px;
}


.cennik_table tr td big strong {
  font-size: 15px;
}

	
	}
	
	

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



.slick-next {
  width: 40px;
  height: 201px;
  background-size: 100% auto;
}


.slick-prev {
  width: 40px;
  height: 201px;
  background-size: 100% auto;
}

.boxprotetyksluchu .ramka h3 {
  color: #494C50;
  font-size: 50px;
  line-height: 60px;
}


}






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


  .badania tr td {
    padding: 30px 40px;
  }

.badania tr td {
  width: 100%;
  padding: 50px 60px;
}




}




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



.wpisy .wpis {
  margin-top: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

 .wpisy .wpis .txt {
    padding-left: 0px;
    padding-top: 30px;
		width: 100%;
  }
	
	.wpisy .wpis .img {
  max-width: 100%;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;
			width: 100%;
}



}


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

.boxdobrzeslyszec .ramka  {
  flex-wrap:wrap;
}


.boxdobrzeslyszec .ramka .txt {
  position: relative;
  z-index: 9;
  width: 100%;
}


  .boxdobrzeslyszec .ramka .txt2 {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    margin-top: 50px;
    padding-left: 0px;
  }
	
	
	.boxopinie .slick-next {
  width: 56px;
  background-size: 100%;
}



.boxopinie .slick-prev {
  width: 56px;
  background-size: 100%;
}

	
	
}


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



  header .boxy {
    display: none;
  }
	
	  .slick-prev {
    width: 30px;
    height: 201px;
    background-size: 100% auto;
  }
	
	  .boxpoznajgran .txt h2 {
    color: #494C50;
    font-size: 40px;
    line-height: 50px;
  }
	
	.baner .sekwencja .box-txt {
  padding-left: 10px;

}
	  .boxdobrzeslyszec .ramka2 .box {
    float: none;
    height: auto;
    padding: 40px 30px 90px 30px;
  }
	
	  .boxdobrzeslyszec .ramka2 .box strong {
    font-size: 17px;
    line-height: 25px;
  }
	
	}
	
	
	
	
	
	
	@media screen and (min-width: 0px) and (max-width: 680px) {



	
	
	.boxumowwizyte .txt {
  line-height: 35px;
}
	
		.boxumowwizyte .ramka  {
  width: 100%;
	max-width: 400px;
	margin: 0px auto;
	float: none;
}


	
	.boxumowwizyte .txt {
  line-height: 35px;
  width: 100%;
	text-align: center;
	padding-bottom: 40px;
}



	.boxumowwizyte .img {
  float: left;
  width: 100%;
  text-align: right;
}
	
	.boxumowwizyte .txt {
  padding-right: 0px;

}


.boxumowwizyte > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > br:nth-child(6) {
display: none;
}


.przycisk_ramka_czerwona {

  font-size: 13px;
  padding: 10px 20px;
	
	
	}
	
	
	.tresc-podstrony h4, .tresc h4 {
  font-size: 26px;
  line-height: 37px;
}
	
	
	}
	
	
	@media screen and (min-width: 0px) and (max-width: 650px) {

	
	footer .box2 .row .boxx {
  float: left;
  width: 100%;
  text-align: center;
}

  .glowna3.podrzedna .cennik_table tr td {
    width: 98%;
    margin: 1% 1% 90px 1%;
  }

}



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

	

  .tresc-podstrony ul li, .tresc ul li {
    width: 96%;
		}
		
		
}



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



 .baner .sekwencja {
    max-height: 500px;
  }
	
	
		  .baner .sekwencja .box-txt {
    width: 70%;
    max-width: 400px;
    font-size: 15px;
    line-height: 24px;
  }

	
	
 .baner .sekwencja .box-txt h1 {
    font-size: 24px;
    line-height: 34px;
  }
	
	.img_left tr td, .img_right tr td {
  padding: 70px 10px;
}


	
}


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



  .boxumowwizyte .txt strong {
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
  }
	
	
	  .boxdobrzeslyszec .ramka .txt strong {
    font-size: 40px;
    line-height: 50px;
  }
	
	
	  .boxdobrzeslyszec .ramka2 .box {
    float: none;
    width: 98%;
    margin-bottom: 2%;
  }
	
	
		  .boxpoznajgran .txt h2 {
    color: #494C50;
    font-size: 30px;
    line-height: 40px;
  }
	
	.boxprotetyksluchu .ramka h3 {
  color: #494C50;
  font-size: 30px;
  line-height: 40px;
}

	.boxwartowiedziec .ramka3 strong {
  font-size: 30px;
  line-height: 40px;
}

.boxwartowiedziec .ramka .box a.link_czarny {
  font-size: 16px;
  line-height: 26px;
}

.podstrona h1 {
  font-size: 30px;
  line-height: 41px;
}
	


	}
	
	
header .boxy .box {
width:100%;
text-align:right;
}	
	
		
header .boxy .box img{
float:none;
}	

header .boxy .box  small  {
	border-radius: 15px;
  background-color: #AE2343;
  padding: 5px 10px;
  color:white;
  letter-spacing: 1px;
}
	
	
	