@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&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: 28px;
                    color:#30353A;
					background-color:white;
				    font-size:15px;
					font-family: "Google Sans Flex", sans-serif;
					font-weight:400;
                }

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




input, textarea {
font-family: "Google Sans Flex", sans-serif;
}


div, nav, header, footer, aside, section, main, ul , li , a, table , tr, td, big, h1, h2 , h3 ,h4 {
 -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:1620px;
	padding: 0px 4%;
}

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


header {
	width: 100%;
	border: 0px;
	height:200px;
	position:absolute;
	z-index:9;
	top: 0;
	left:0;
}	

header .ramka{
	width: 100%;
	border: 0px;
	float:left;
	padding-top:10px;
}	



header .logo {
	width: 50%;
	border: 0px;
	float:left;
}	

header .logo img {
	border: 0px;
	float:left;
	max-width:100%;
	vertical-align:middle;
}	


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


header nav{

position:fixed;

top:40px;
right:4%;

width:auto;

z-index:1002;

text-align:right;

}



header nav a{
	vertical-align:middle;
	margin-left:20px;
	display:inline-block;
}	

header nav img:hover{
	opacity:0.7
}	

header nav .przycisk {
	position: relative;
	z-index: 1003;
}

.baner {
	width: 100%;
	border: 0px;
	float:left;
	height:100vh;
	margin-top:0px;
	background-color:#FDFDF1;
	position: relative;
	
}	

.baner .img {
	width: 60%;
	border: 0px;
	height: 100%;
	background-color:#FDFDF1;
	position: absolute;
	top: 0;
	right: 0;
	background-image:url('../grafika/baner_a.webp');
	background-repeat : no-repeat;
	background-position:center center;
	background-size: cover;
}	


.baner-podstrona {
	width: 100%;
	border: 0px;
	float:left;
	height:300px;
	background-repeat : no-repeat;
	background-position:center center;
	background-size:cover;
}	




.baner .box-txt {
  width: 100%;
  border: 0px;
  max-width: 760px;
  font-size: 18px;
  line-height: 30px;
  position: relative;
  z-index: 1;
  margin-top: 4vh;
}



.baner .box-txt h1{
	color:#39442B;
	font-size:50px;
	line-height:60px;
}	



.baner .box-txt a{
	display:inline-block;
	margin:10px;
}	


.baner .ramka {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  height: 100vh;
}

.swiatterapii {
	width: 100%;
	border: 0px;
	float:left;
	background-color:#FDFDF1;
	padding-top:80px;
	padding-bottom:180px;
}	


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

.swiatterapii .img{
	width: 50%;
	border: 0px;
	float:left;
}

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


.swiatterapii .txt{
	width: 50%;
	border: 0px;
	float:left;
	line-height:30px;
	font-size:18px;
	margin-top:0px;
	padding-left: 40px;
}


.swiatterapii .txt h2{
	color:#39442B;
	font-size:60px;
	line-height:70px;
}


#nawigacja-menu{

position:fixed;

top:-20px;
right:-70%;

width:60%;
height:100vh;

background:#4E5546;

padding:120px 120px;

list-style:none;

overflow-y:auto;

transition:0.4s;

z-index:1001;

}

#nawigacja-menu.open{
right:0;
top:-20px;
}

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


#nawigacja-menu li{
display:block;
margin:0px;
padding:0px;
vertical-align:middle;
text-align: right;
}


#nawigacja-menu li a{
	color:#FDFDF1;
	text-decoration:none;
	vertical-align:middle;
display: inline-block;
	vertical-align:middle;
	font-size:22px;
    padding:22px 0;
	font-weight:300;
	border-bottom:1px solid rgba(255,255,255,0.2);
	max-width: 400px;
	line-height: 35px;
	min-width: 260px;
}



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

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



.menu-overlay{

position:fixed;

top:0;
left:0;

width:100%;
height:100vh;

background:rgba(253,253,241,0.8);

opacity:0;

visibility:hidden;

transition:0.3s;

z-index:1000;

}

.menu-overlay.show{

opacity:1;

visibility:visible;

}





.hamburger{

width:58px;
height:58px;

border-radius:50%;

background:#FDFDF1;

display:inline-flex;
flex-direction:column;

justify-content:center;
align-items:center;

cursor:pointer;

margin-left:20px;

position:relative;

z-index:1003;

top: -10px;
}


.hamburger span{

display:block;

width:26px;
height:2px;

background:#02354B;

margin:3px 0;

border-radius:2px;

transition:0.3s;

}



/* animacja X */

.hamburger.active span:nth-child(1){
transform:rotate(45deg) translate(6px,6px);
}

.hamburger.active span:nth-child(2){
opacity:0;
}

.hamburger.active span:nth-child(3){
transform:rotate(-45deg) translate(6px,-6px);
}








main {
	width: 100%;
	float: left;
	position: relative;
	padding: 140px 0px 300px 0px;
	overflow: hidden;
}


main:before{
background-color:#FDFDF1;
position:absolute;
top:500px;
width:70%;
height:calc(88% - 270px);
content:'';
z-index:-1;
}

.glowna4nadrzedna main:before{
background-color:#E4E3C2;
position:absolute;
top:150px;
width:100%;
height:calc(100% - 150px);
content:'';
z-index:-1;
}



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




.img_baner tr td {
	width:55%;
	padding: 80px 70px;
	order:1;
	padding-left: 0px;
}

.img_baner tr td:nth-of-type(1) {
	width:50%;
	padding: 0px 0px;
	order:2;
	margin-right: -5%;
}

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




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




.img_baner2 tr td {
	width:55%;
	padding: 80px 70px;
	order:2;
	padding-right: 0px;
}

.img_baner2 tr td:nth-of-type(1) {
	width:50%;
	padding: 0px 0px;
	order:1;
	margin-left: -5%;
}

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






.lista-min-kat {
  width: 102%;
  margin: 60px -3%;
  display: flex;
  flex-wrap: wrap;
}

.lista-min-kat .min-kat {
	width: 48%;
	margin: 100px 1%;
	display: flex;
    text-decoration:none;
}


.lista-min-kat .min-kat .img {
	width: 45%;
    order: 2;
	position: relative;
	z-index: 2;
	top: -12%;
	left: 0%;
}

.lista-min-kat .min-kat .img img {
	width: 126%;
    order: 2;
	position: absolute;
	z-index: 2;
	top:0%;
	height: 100%;
	left: -10%;
	object-fit:cover;
}

.lista-min-kat .min-kat .txt {
	width: 55%;
    order: 1;
	padding: 150px 70px;
	background-color:#F4F5E0;
}

.lista-min-kat .min-kat .txt img {
	display:block;
	margin-top: 60px;
}

.lista-min-kat .min-kat a {
	text-decoration:none;
}

.lista-min-kat .min-kat .txt strong  {
font-size: 38px;
line-height: 50px;
color: #39442B;
font-weight: 300;
}







.boxformularz{
max-width:1100px;
margin:auto;
padding:60px 20px;
}

.boxformularz .ramka h2{
font-size:34px;
font-weight:500;
margin-bottom:40px;
color:#2f3a2f;
display: block;
padding-top: 40px;
padding-left: 60px;
}

.boxformularz .ramka2{
background:#F0F1E4;
border: 0px solid #F0F1E4;
padding:60px 100px;
}

.boxformularz h3{
margin-top:0px;
font-size:15px;
font-weight:500;
color:#2f3a2f;
display: block;
padding: 40px 0px;
margin-left: -40px;
}

/* LABEL */

label{
display:block;
margin-top:22px;
font-size:15px;
font-weight:300 !important;
color:#4c544c;
}

/* INPUT */

input,
textarea{
width:100%;
padding:17px 0px;
margin-top:9px;
border-radius:0px;
border: 0px;
border-bottom:1px solid #39442B;
font-size:15px;
background:transparent;
transition:all .25s ease;
}

textarea{
min-height:120px;
resize:vertical;
}

/* FOCUS */

input:focus,
textarea:focus{
outline:none;
border-color:#7f8f72;
background:rgba(255,255,255,0.3);
box-shadow:0 0 0 3px rgba(127,143,114,0.15);
}

/* INFO BOX */

.info-box{
background:#f3f3ee;
padding:25px;
border-radius:10px;
margin:25px 0;
font-size:14px;
line-height:1.6;
color:#4c544c;
}

/* CHECKBOX GROUP */

.checkbox-group{
display:flex;
align-items:flex-start;
gap:12px;
margin:16px 0;
font-size:14px;
color:#4c544c;
}

.checkbox-group input{
width:18px;
height:18px;
margin-top:2px;
cursor:pointer;
accent-color:#6f7f65;
}

/* CAPTCHA */

.pole{
margin-top:30px;
display:flex;
gap:15px;
align-items:center;
}

.pole img{
cursor:pointer;
border-radius:6px;
}

.pole input{
max-width:200px;
}

/* PRIVACY */

.pole2{
margin-top:20px;
font-size:13px;
color:#6d736b;
line-height:1.6;
}

.pole2 a{
color:#6f7f65;
text-decoration:none;
}

.pole2 a:hover{
text-decoration:underline;
}

/* BUTTON */

.pole3{
margin-top:40px;
}

.przycisk{
background:#3f4b3a;
color:white;
border:none;
padding:16px 38px;
border-radius:30px;
font-size:15px;
cursor:pointer;
transition:all .25s ease;
}

.przycisk:hover{
background:#566452;
transform:translateY(-2px);
box-shadow:0 8px 20px rgba(0,0,0,0.15);
}


















.boxdwaswiaty {
	float:left;
	width:100%;
	background-color:#C4C6B0;
	padding-bottom:100px;
}	


.boxdwaswiaty .ramka{
	float:left;
	width:100%;
	margin-top:-60px;
	padding-bottom:50px;
}	

.boxdwaswiaty .ramka h3{
	color:#3A452C;
	font-size:80px;
	line-height:90px;
	max-width:600px;
}	



.boxdwaswiaty .ramka2{
	float:left;
	width:105%;
    margin-left: -2.5%;
}	

.boxdwaswiaty .ramka2 ul{
	list-style:none;
	font-size:16px;
	line-height:35px;
	padding:0px;
	margin:0px;
	width: 100%;
  max-width: 65%;
}	

.boxdwaswiaty .ramka2 ul li {
	position:relative;
	padding-left:30px;
}	


.boxdwaswiaty .ramka2 ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 20px;
    height: 15px;
     background-image:url('../grafika/malastrzalka.webp');
    background-size: contain;
    background-repeat: no-repeat;
}




.boxdwaswiaty .ramka2 .box{
	float:left;
	width:45%;
	height:580px;
    background-image:url('../grafika/tlobox1.webp');
	background-repeat : no-repeat;
	background-position:center bottom;
	padding:60px;
	margin:2.5%;
}	


.boxdwaswiaty .ramka2 .box strong {
	font-weight:400;
	font-size:40px;
	line-height:50px;
	color:#3A452C;
}	

.boxdwaswiaty .ramka2 .box2 strong {
	font-weight:400;
	font-size:40px;
	line-height:50px;
	color:#3A452C;
}	

.boxdwaswiaty .ramka2 .box2{
	float:left;
	width:45%;
	height:580px;
    background-image:url('../grafika/tlobox2.webp');
	background-repeat : no-repeat;
	background-position:center bottom;
	padding:60px;
	margin:2.5%;
	margin-top:100px;
}	

.boxzdwotyczlowiek {
	float:left;
	width:100%;
	background-color:#FDFDF1;
	color:#2A361C;
	padding-bottom:100px;
}	

.boxzdwotyczlowiek .ramka {
	float:left;
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
}	



.boxzdwotyczlowiek .ramka h4{
	color:#3A452C;
	font-size:45px;
	line-height:55px;
	max-width:800px;
}	



.boxzdwotyczlowiek .ramka2 {
	float:left;
	width:100%;
	padding-top:60px;
	padding-bottom:30px;
	border-top:2px solid #E5E6D6;
}	

.boxzdwotyczlowiek .ramka2 small {
  font-size: 17px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.boxzdwotyczlowiek .ramka3 {
	float:left;
	width:100%;;
}	

.boxzdwotyczlowiek .ramka3 .box{
	float:left;
	width:20%;
	padding-right: 25px;
}	

.boxzdwotyczlowiek .ramka3 .box strong {
  font-weight: 300;
  font-size: 26px;
  line-height: 39px;
  display: block;
  max-width: 200px;
  width: 100%;
}


.boxoferta {
float:left;
width:100%;
background-color:#FDFDF1;
color:#354027;
overflow:hidden;
}	




.boxoferta .txt {
float:left;
width:50%;
padding:0px 0px 60px 0px;
}	


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


.boxoferta .txt small {
  text-transform: uppercase;
  letter-spacing: 4px;
}


.boxoferta .txt h5 {
font-size:50px;
line-height:60px;
}	



.boxoferta .img {
float:left;
width:50%;
padding-left:0px;
}	

.boxoferta .img img{
max-width:100%;
position:relative;
}	

.boxoferta .img img {
  max-width: 125%;
  position: relative;
  right: -10%;
  object-fit: cover;
  min-height: 300px;
}



.boxoferta:nth-of-type(2n) .img img {
  max-width: 125%;
  position: relative;
  right: 0%;
  left: -40%;
}


.boxoferta.boxoferta2 .img {
float:left;
width:50%;
padding-left:50px;
margin-top:-50px;
}	



.boxoferta.boxoferta3 .img {
margin-top:-50px;
}	

.boxjakrozpoczacterapie {
	float:left;
	width:100%;
	background-color:#C4C6B0;
}	

.boxoferta.boxoferta4 {
padding-bottom:200px;	
}	

.boxjakrozpoczacterapie {
	float:left;
	width:100%;
	position: relative;
}	

.boxjakrozpoczacterapie .ramka{
	float:left;
	width:100%;
	padding-top: 32vw;
}	

.boxjakrozpoczacterapie .ramka img{
	width:80%;
	height: 35vw;
	position: absolute;
	left: 0;
    top:-100px;	
	max-width: 70%;
}	

.boxjakrozpoczacterapie .ramka2{
	float:left;
	width:100%;
	padding-top:50px;
	padding-bottom:80px;
}	


.boxjakrozpoczacterapie .ramka2 .box{
	float:left;
	width:40%;
}	

.boxjakrozpoczacterapie .ramka2 .box strong {
	font-size:40px;
	line-height:50px;
	color:#39442B;
	font-weight:400;
}	




.boxjakrozpoczacterapie .ramka2 .box2{
	float:left;
	width:20%;
	font-size:17px;
	line-height:25px;
	padding-left:20px;
	padding-right:20px;
	position:relative;
	padding-top: 80px;
}	

.boxjakrozpoczacterapie .ramka2 .box2 em {
  position: absolute;
  left: -30px;
  top: 0px;
  height: 50px;
  width: 50px;
  border: 1px solid #39442B;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}


.boxjakrozpoczacterapie .ramka2 .box2 img{
	margin-left:-30px;
}	


.boxopinie {
	float:left;
	width:100%;
	background-color:#C4C6B0;
}	


.boxopinie .ramka {
	float:left;
	width:100%;
	border-top:1px solid #B1B497;
	padding-top:30px;
	padding-bottom:30px;
}	

.boxopinie .ramka strong {
	font-size:40px;
	line-height:50px;
	font-weight:400;
	color:#364128;
}	



.boxopinie .ramka2 {
	float:left;
	width:104%;
	position:relative;
	padding-bottom:80px;
	overflow: hidden;
	margin: 0px -2%;
}	

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

.boxopinie .ramka2 .box .boxramka {
  float: left;
  width: 90%;
  min-height: 25vw;
  margin-left: 5%;
  margin-right: 5%;
  background-color: #FDFDF1;
  padding: 30px;
  text-align: center;
  max-height: 250px;
}


.boxopinie .ramka2 .box .boxramka b {
color:#939773;	
font-size:18px;
line-height:28px;
}	



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


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

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


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


.txt_li {
	width: 100%;
	margin: 100px 0px;
}

.txt_li tr td{
	min-width: 20%;
}

.txt_li ul {
	list-style:none;
	padding: 0px 0px;
	margin: 0px 0px;
}


.txt_li ul li {
	list-style:none;
	padding: 9px 0px;
	margin: 0px 0px;
}

.txt_li ul li strong {
  font-style: italic;
  font-weight: 300;
  font-size: 25px;
  line-height: 48px;
  letter-spacing: 2px;
  display: block;
}

.img_baner ul, .img_baner2 ul  {
	width: 100%;
	margin: 20px 0px;
	list-style: none;
}

.img_baner ul li, .img_baner2 ul li {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding: 20px 0px;
	font-size: 20px;
	line-height: 32px;
}

.img_baner ul li:last-of-type, .img_baner2 ul li:last-of-type {
	border-bottom: 0px solid rgba(0,0,0,0.1);
}


.img_ul img {
	margin-left: -20%;
	width: 110% !important;
	object-fit: cover;
	max-height: 500px;
}

.img_ul tr td {
	padding: 40px 0px;
}

.img_ul tr td ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}

.img_ul tr td ul li{
	width: 25%;
	padding: 30px 40px 0px 0px;
	position: relative;
	font-size: 20px;
	line-height: 32px;
}

.img_ul tr td ul li:before {
	content:'';
	position:absolute;
	left: 0;
	bottom: -10px;
	width: 100px;
	height: 1px;
	background-color:#8D926C;
}




article h2 {
  font-size: 40px;
  line-height: 67px;
  font-weight: 300;
  color: #39442B;
  display: block;
  max-width: 820px;
  width: 100%;
}

article h5 {
  font-size: 30px;
  line-height: 42px;
  font-weight: 400;
  color: #39442B;
  display: block;
  max-width: 820px;
  width: 100%;
}


article.tresc-kontakt h2 {
  font-size: 35px;
  line-height: 55px;
  font-weight: 300;
  color: #39442B;
  display: block;
  max-width: 820px;
  width: 100%;
}


.kontakt_img tr {
	display: flex;
	width: 100%;
}

.kontakt_img tr  td{
	width: 50%;
}

.kontakt_img tr  td img{
	width: 130%;
	position: relative;
	left: -30%;
	object-fit:cover;
	max-height: 500px;
}

.kontakt_img tr  td:nth-of-type(2) {
	width: 55%;
	background-color:#E6E4B5;
	margin-left: -5%;
	padding: 50px 80px;
	margin-top: 100px;
	position: relative;
	z-index: 4;
	margin-bottom: -20px;
}

.formularz  .pole input {
  max-width: 100% !important;
}

.kontakt_img a {
	color: #39442B;
}

.formularz .ramka {
	paddding: 80px 100px 0px 100px;
}

.formularz .ramka {
  padding: 80px 100px 0px 100px;
  font-size: 50px;
  line-height: 62px;
  font-weight: 300;
  color: #39442B;
}

.mapa h2 {
  font-size: 52px;
  line-height: 67px;
  font-weight: 300;
  color: #39442B;
  display: block;
  max-width: 820px;
  width: 100%;
}

.mapa big {
  font-size: 22px;
  line-height: 36px;
  display: block;
  width: 100%;
  padding-left: 60px;
  font-weight: 300;
  padding-top: 40px;
  max-width: 800px;
}



.mapa iframe {
  width: 130% !important;
  margin-top: 50px;
}

	
footer {
	float:left;
	width:100%;
    background-image:url('../grafika/tlostopka.webp');
	background-repeat : no-repeat;
	background-position:top center;
	background-color:#39442B;
	color:white;
}	


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

footer .ramka .box{
	float:left;
	width:45%;
}	

footer .ramka .box b{
	font-size:40px;
	line-height:50px;
	font-weight:400;
}	



footer .ramka .box2 {
  float: left;
  width: 27.5%;
  line-height: 38px;
  font-size: 17px;
}



footer .ramka .box2 strong {
	color:#8D926C;
	font-size:17px;
	line-height:25px;
}	

.sciezka {
	width: 100%;
	display: flex;
	vertical-align: middle;
	align-items: center;
	padding: 30px 0px;
}

.sciezka a {
	text-decoration: none;
	color:#4E5546;
	font-size: 11px;
}


.sciezka img {
	height: 10px;
	margin: 0px 10px;
}


article h1 {
	font-size: 70px;
	line-height: 82px;
	font-weight: 300;
	color:#39442B;
	dispaly: block;
	padding-bottom: 30px;
}

article h2 {
	font-size: 52px;
	line-height: 67px;
	font-weight: 300;
	color:#39442B;
	display: block;
	max-width: 820px;
	width: 100%;
}

article h3 {
	font-size:18px;
	line-height: 29px;
	font-weight: 300;
	color:#39442B;
	display: block;
    font-style: italic;
	letter-spacing:1.5px;
}


article h4 {
	font-size: 52px;
	line-height: 67px;
	font-weight: 300;
	color:#39442B;
	display: block;
	padding: 100px 30% 100px 0px;
	width: 100%;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}


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


article h4 {
	padding: 70px 30% 70px 0px;
}


}


article big {
	font-size: 22px;
	line-height: 36px;
	display: block;
	width: 100%;
	padding-left: 60px;
	font-weight: 300;
}



.przycisk4 img {
  filter: brightness(3) contrast(1.2);
  margin-left: -1px;
}



.przycisk { display:inline-block;font-size:18px;color:#FDFDF1;text-decoration:none;padding:15px 40px;background-color:#39442B;-webkit-border-radius: 40px;-moz-border-radius: 40px;border-radius: 40px;}
.przycisk:hover {background-color:#8C9078;text-decoration:none;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}


.przycisk2 { display:inline-block;font-size:18px;color:#39442B;background-color:rgba(253,253,241,0.8);text-decoration:none;padding:0px 40px;padding-left:0px;-webkit-border-radius: 40px;-moz-border-radius: 40px;border-radius: 40px;}
.przycisk2:hover {background-color:#8C9078;color:#FDFDF1;text-decoration:none;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}
.przycisk2 img {vertical-align:middle; margin-right:20px;}



.przycisk4 { display:inline-block;font-size:18px;color:#39442B;color:white;border:1px solid #C4C6B0;text-decoration:none;padding:0px 40px;padding-left:0px;-webkit-border-radius: 40px;-moz-border-radius: 40px;border-radius: 40px;}
.przycisk4:hover {background-color:#8C9078;color:#FDFDF1;text-decoration:none;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}
.przycisk4 img {vertical-align:middle; margin-right:20px;}



.przycisk3 { display:inline-block;font-size:18px;color:#39442B;background-color:#FDFDF1;text-decoration:none;padding:18px 40px;-webkit-border-radius: 40px;-moz-border-radius: 40px;border-radius: 40px;}
.przycisk3:hover {background-color:#8C9078;color:#FDFDF1;text-decoration:none;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}



.link_bialy { color:white;text-decoration:none;}
.link_bialy:hover {text-decoration:underline;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}


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




		.boxopinie .ramka2 .box .boxramka {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  justify-content: center;
}


.boxopinie .ramka2 .box .boxramka {
  text-align: center;
  display: block;
  min-height: 650px;
}

		
		
.baner {
  min-height: 550px;
}

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

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



footer .ramka .box2 {
  padding-right: 20px;
}

footer .ramka .przycisk3, footer .ramka .przycisk4 {
  margin-top: 10px;
}



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


.img_baner tr td:nth-of-type(1) img, .img_baner2 tr td:nth-of-type(1) img {
  min-height: 690px;
  object-fit: cover;
}

}


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

.lista-min-kat .min-kat .txt {
  padding: 150px 50px;

}

.lista-min-kat .min-kat .txt strong {
  font-size: 30px;
  line-height: 42px;
}

}



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



footer .ramka .przycisk3, footer .ramka .przycisk4 {
  margin-top: 10px;
  width: 80%;
}


	}
	



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


footer .ramka .box b {
  font-size: 30px;
  line-height: 45px;
  font-weight: 400;
}


	}




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

	



.baner .box-txt {
  max-width: 620px;
}


.box-txt > br:nth-child(4) {
	display: none;
}
.box-txt > br:nth-child(3) {
	display: none;
}

	}
	
	
	
	
	@media screen and (min-height: 0px) and (max-height:710px) {

	
.baner .box-txt {
  margin-top: 15vh;
}


.baner .box-txt h1 {
  color: #39442B;
  font-size: 40px;
  line-height: 52px;
}



	}
	
	
	
		@media screen and (min-height: 0px) and (max-height:600px) {


.baner .box-txt p {
  display: none;
}

		}
		
		
		
		@media screen and (min-height: 0px) and (max-height:550px) {



  .baner .box-txt {
    margin-top: 150px;
  }
  


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


		


			}
			



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


.boxjakrozpoczacterapie .ramka2 .box {
  float: left;
  width: 35%;
}

.boxjakrozpoczacterapie .ramka2 .box strong {
  font-size: 30px;
  line-height: 42px;
  max-width: 220px;
  display: block;
}

.boxjakrozpoczacterapie .ramka2 .box2 {
  float: left;
  width: 21.6%;
  font-size: 17px;
  line-height: 25px;
}




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

			
			article h2 {
  font-size: 42px;
  line-height: 57px;
}


article big {
  font-size: 19px;
  line-height: 32px;
  padding-left: 30px;
}


			}
			

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




		
		.boxdwaswiaty .ramka2 .box strong {
  font-size: 30px;
  line-height: 40px;
}

.boxdwaswiaty .ramka2 .box2 strong {
  font-size: 30px;
  line-height: 40px;
}

.boxdwaswiaty .ramka2 ul {
  width: 100%;
  max-width: 80%;
}

.boxdwaswiaty .ramka2 .box {
  padding: 40px;
}

.boxdwaswiaty .ramka2 .box2 {
  padding: 40px;
}

.boxzdwotyczlowiek .ramka3 .box strong {
  font-size: 21px;
  line-height: 31px;
}

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


article h4 {
  font-size: 42px;
  line-height: 57px;
  padding: 70px 30% 170px 0px;
}

.img_ul tr td ul li {
  width: 33.3%;
}


.kontakt_img tr td:nth-of-type(2) {
  padding: 50px 40px;
}



		}
		


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



			.baner .img {
  background-position: 65% center;
}


.swiatterapii .txt h2 {
  font-size: 45px;
  line-height: 57px;
}


.boxzdwotyczlowiek .ramka3 .box {
  float: left;
  width: 33.3%;
  padding-right: 25px;
  margin-bottom: 20px;
  min-height: 140px;
}

.boxoferta .txt h5 {
  font-size: 40px;
  line-height: 52px;
}


  .boxopinie .ramka2 .box .boxramka  img{
    max-height: 30px;
  }
  
  

  
footer .ramka .box2 {
  line-height: 30px;
  font-size: 13px;
}



main::before {
  width: 85%;
}

.img_ul img {
  margin-left: -13%;
  width: 110% !important;
  object-fit: cover;
  max-height: 500px;
}

.txt_li tr td:nth-of-type(2) {
  min-width: 40%;
}


  .lista-min-kat .min-kat .txt strong {
    font-size: 25px;
    line-height: 42px;
  }
  
    .lista-min-kat .min-kat .txt {
    padding: 150px 40px;
  }
  
		}
		

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

		
		
		  .baner .box-txt h1 {
    font-size: 40px;
    line-height: 52px;
  }
  
  
  
  .boxjakrozpoczacterapie .ramka2 {
  padding-top: 10px;
}


 .boxjakrozpoczacterapie .ramka2 .box {
    float: left;
    width: 100%;
  }
  
    .boxjakrozpoczacterapie .ramka2 .box strong {
    font-size: 30px;
    line-height: 42px;
    max-width: 100%;
    display: block;
    padding-bottom: 0px;
  }
  
  .boxjakrozpoczacterapie > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > br:nth-child(2) {
	  display: none;
  }
  
  
    .boxjakrozpoczacterapie .ramka2 .box2 {
    float: left;
    width: 33.3%;
    font-size: 17px;
    line-height: 25px;
    margin-top: 30px;
  }
  
  .boxjakrozpoczacterapie .ramka2 .box2 em {
  position: absolute;
  left: -10px;
  }
  
  article h2 {
    font-size: 32px;
    line-height: 47px;
  }
  
  article h3 {
  font-size: 15px;
  line-height: 26px;
}

#nawigacja-menu {
  width: 80%;
  right: -80%;
}


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


 .baner .box-txt {
    max-width: 520px;
  }



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

		
		.boxdwaswiaty .ramka h3 {
  font-size: 60px;
  line-height: 70px;
  max-width: 450px;
}


.boxzdwotyczlowiek .ramka h4 {
  font-size: 35px;
  line-height: 45px;
  max-width: 800px;
}

footer .ramka .box {
  float: left;
  width: 100%;
}

 footer .ramka .przycisk3, footer .ramka .przycisk4 {
    width: 99%;
  }

footer .ramka .box2 {
  width: 50%;
  margin-top: 30px;
}

.img_baner tr td:nth-of-type(1) {
  width: 110%;
  padding: 0px 0px;
  order: 1;
  margin-right: -10%;
}

.img_baner tr td:nth-of-type(1) img {
  min-height: 290px;
  object-fit: cover;
  max-height: 660px;
}

.img_baner tr td:nth-of-type(1) {
  padding: 20px 0px;
}

.img_baner tr td {
  width: 100%;
padding: 10px 0px;
    padding-left: 70px;
  order: 1;
  padding-left: 0px;
}

  article h4 {
    font-size: 32px;
    line-height: 47px;
  }
  
  .img_baner2 tr td:nth-of-type(1) {
  width: 110%;
  padding: 0px 0px;
  order: 1;
  margin-right: -10%;
}

.img_baner2 tr td:nth-of-type(1) img {
  min-height: 290px !important;
  object-fit: cover;
  max-height: 460px !important;
  width: 95%;
}

.img_baner2 tr td:nth-of-type(1) {
  padding: 20px 0px;
}


  .img_baner2 tr td {
	    width: 100%;
padding: 10px 0px;
    padding-left: 70px;
  order: 1;
  padding-left: 0px;
  }
  
  
  
  
.kontakt_img tr td img {
    width: 100%;
    position: relative;
    left: -10%;
    object-fit: cover;
    max-height: 500px;
  }
  
.kontakt_img tr td {
  width: 100%;
}

.kontakt_img tr {
  flex-wrap: wrap;
}
  
  .kontakt_img tr td:nth-of-type(2) {
    padding: 50px 40px;
    width: 96%;
    margin-top: -100px;
    margin-left: 2%;
  }
  
  .lista-min-kat .min-kat {
  width: 90%;
  margin: 100px 4%;
  display: flex;
  text-decoration: none;
}

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

		
			.formularz .ramka {
  padding: 60px 50px 0px 50px;
  font-size: 40px;
  line-height: 52px;
  font-weight: 300;
  color: #39442B;
}
			article.tresc-kontakt h2 {
  font-size: 25px;
  line-height: 41px;
}


main {
  padding-bottom:50px;
}

			}
			
			
			


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

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

.swiatterapii .txt {
  width: 100%;
  border: 0px;
  float: left;
  line-height: 30px;
  font-size: 18px;
  margin-top: 0px;
  padding-left: 0px;
}

 .img_ul tr td ul li {
    width: 50%;
  }

			}
			
			
			



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

		
		
		  .baner .box-txt h1 {
    font-size: 30px;
    line-height: 42px;
  }
  
  

.boxjakrozpoczacterapie .ramka img {
  width: 85%;
  height: 35vw;
  top: -100px;
  max-width: 85%;
}



  
    .swiatterapii .ramka {
  float: none;
  margin: 0px auto;
  width: 100%;
  max-width: 460px;
}
  
  
  
  
		}
		
		
				@media screen and (min-width: 0px) and (max-width:790px) {

		
		
		
		
		.boxdwaswiaty .ramka2 .box {
  width: 95%;
  padding: 40px;
  margin: 2.5%;
    height: auto;
}



.boxdwaswiaty .ramka2 .box2 {
  float: left;
  width: 95%;
  height: auto;
  padding: 40px;
  margin: 2.5%;
    margin-top: 2.5%;
  margin-top: 0px;
}
		
		
		
		
		
				}
				
				
				@media screen and (min-width: 0px) and (max-width:740px) {

		
		
		
		.boxoferta .txt {
  float: left;
  width: 100%;
  padding: 40px 0px;
		}
		
		.boxoferta .img {
  float: left;
  width: 100%;
  padding-left: 0px;
}

.boxoferta .img img {
  max-width: 125%;
  position: relative;
  right: -5%;
  object-fit: cover;
  min-height: 200px;
  width: 110%;
  left: -5%;
}

.boxoferta:nth-of-type(2n) .img img {
  max-width: 125%;
  position: relative;
  right: -5%;
  object-fit: cover;
  min-height: 200px;
  width: 110%;
  left: -5%;
}

.boxoferta.boxoferta2 .img {
  float: left;
  width: 100%;
  padding-left: 0px;
  margin-top: -50px;
}



.boxoferta .txt {
  float: left;
  width: 100%;
  padding: 50px 0px 50px 0px;
  order: 2;
}


  article h4 {
    font-size: 26px;
    line-height: 38px;
  }


  article h4 {
    padding-bottom: 50px;
  }
  
				}
				
				


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

		
		
.boxformularz .ramka2 {
  background: #F0F1E4;
  border: 0px solid #F0F1E4;
  padding: 60px 50px;
}
				
				
		
		  .baner .box-txt h1 {
    font-size: 30px;
    line-height: 42px;
  }
  
  .baner .box-txt p {
  display: none;
}


    .baner .box-txt {
    max-width: 350px;
  }
  
  
  .przycisk {
  font-size: 15px;
  }
  
  
  .przycisk2 {
  font-size: 15px;
  }
  
  
  .przycisk {
  padding: 15px 20px;
  }
  
   .przycisk2 {
  font-size: 15px 20px;
  }
  
    .boxzdwotyczlowiek .ramka3 .box {
    width: 50%;
  }
  
  .boxformularz .ramka2 h3 {
  margin-left: 0px;
}

 .glowna3nadrzedna .boxformularz .ramka h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 40px;
  color: #2f3a2f;
  display: block;
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
  line-height: 35px;
}

 .glowna3nadrzedna .boxformularz .ramka h2 {
    padding-left: 50px;
    padding-right: 50px;
  }
  
    .glowna3nadrzedna .boxformularz {
    max-width: 1100px;
    margin: auto -3%;
    margin-bottom: auto;
    margin-bottom: auto;
    padding: 60px 0px;
  }
		}
		
				@media screen and (min-width: 0px) and (max-width:680px) {

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


		.txt_li tr td {
  min-width: 100%;
}

.txt_li ul li strong {
  font-size: 20px;
  line-height: 32px;
}


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

				
		main {
  padding: 100px 0px 200px 0px;
}


.glowna4nadrzedna main::before {
  top: 120px;
  height: calc(100% - 120px);
}

#nawigacja-menu {
  padding: 120px 60px;
}

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

		
		  .boxjakrozpoczacterapie .ramka2 .box2 {
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 25px;
    margin-top: 30px;
  }
  
  
   .boxjakrozpoczacterapie .ramka2 .box2 em {
    position: absolute;
    left: 0px;
  }
  
  .img_ul tr td ul li {
  padding: 30px 20px 0px 0px;
  position: relative;
  font-size: 16px;
  line-height: 28px;
}

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

    footer .ramka .box2 {
    width: 100%;
    margin-top: 30px;
  }
  
  
    #nawigacja-menu {
    width: 100%;
    right: -100%;
  }
  
		}
		
		
		
			@media screen and (min-width: 0px) and (max-width:520px) {

		
		  .boxdwaswiaty .ramka h3 {
    font-size: 50px;
    line-height: 60px;
    max-width: 350px;
  }
  
    .boxzdwotyczlowiek .ramka3 .box strong {
    font-size: 17px;
    line-height: 28px;
  }
  
			}
  

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



		  .baner {
			  min-height: none;
		  }
		
		
		
		  .baner .box-txt {
    max-width: 100%;
    padding-top: 94vw;
	margin-top: 0 !important;
  }
  
    .baner .img {
    background-position: 65% center;
    width: 100%;
    height: 86vw;
  }
  
  header nav .przycisk {
  margin-left: 5px;
}



.baner .ramka {
  height: 100%;
}
  
  
  header .logo {
  max-width: 160px;
  padding-top: 23px;
}


  .baner {
  min-height: auto !important;
  height: 100% !important;
}

    .boxdwaswiaty .ramka h3 {
    font-size: 40px;
    line-height: 55px;
    max-width: 450px;
  }
  
    .boxopinie .ramka2 .box .boxramka {
    min-height: 750px;
  }
  
  article h4 {
    padding: 70px 10% 40px 0px;
  }
  
  .mapa h2 {
  font-size: 42px;
  line-height: 57px;
}
  
			}
			
			
			
			
			
				@media screen and (min-width: 0px) and (max-width:480px) {

  .boxzdwotyczlowiek .ramka3 .box strong {
    font-size: 17px;
    line-height: 28px;
  }


				}
				
				