html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;	
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}



table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 800px;
	margin: 20px auto 20px auto;
}

ol, ul {
	list-style: none;
	line-height: 1rem;
}

.floatfix:after {
content:'';
display: block;
clear: both;
}

  
html {
font-size: 16px;
}

@font-face {
	font-family: Lato;
	src: url(../fonts/lato-light.ttf);
	font-display: swap;
}



body {
	
}

.contener {
	width: 80%;
	max-width: 1100px;
	margin: 0 auto;
}

p, h1, h2, h3, h4, h5, h6, li, tr ,td {
	padding: 10px;
	letter-spacing: 2px;
	font-family: 'Lato', sans-serif;
}
p {
	font-size: 1rem;
	line-height: 2rem;
	text-align: justify;
	margin: 0 0 10px 0;
}

tr, td {

	border: 0px solid black;
}

td.zabieg {
	width: 55%;
	text-align: left;
}

td.cena {
	width: 15%;
	text-align: right;
	padding: 2px;
}

a { 
	font-family: 'Lato', sans-serif;
	color: #000;
	text-decoration: none;
	font-size: 1rem;
} 

a:hover {
	color: red;
}

a.zadzwon {
	font-size: 1.6rem;
	padding: 10px;
	font-weight: bold;
	}

.left {
 text-align: left;
}

.center {
 text-align: center;
}
 
h6{
font-size: 1.2rem;
font-weight: bold;
}
h5{
font-size: 1.4rem;
font-weight: bold;
padding: 30px 0 0 10px;
}
h4{
font-size: 1.6rem;
font-weight: bold;
padding: 30px 0 0 10px;
}
h3{
font-size: 1.8rem;
font-weight: bold;
padding: 30px 0 20px 10px;
}
h2{
font-size: 2rem;
font-weight: bold;
padding: 30px 0 20px 2px;
}
h1{
font-size: 2.2rem;
font-weight: bold;
}

.strong {
font-weight: bold;
}

.normal {
font-weight: normal;
color: red;
}


header {
	height: 800px;
	width:100%;
	background: url(../images/baner-bground.webp) top center no-repeat;
	background-size: cover;
	overflow: hidden;
	
}



h1 a{
display: block;
width: 640px;
height: 340px;
margin: 20px 0 0 20px;
text-indent: -999em;
background: url(../images/logo.webp) top left no-repeat;
opacity: 0.7;
}

img#telefon {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 48px;
	height: 48px;
	display: block;

}

iframe {
	display: block;
	margin: 20px auto;
	width: 100%;
  	aspect-ratio: 1.72 / 1

}

footer {
	display: block;
	width: 100%;
	height: 50px;
	background: #fff;
	margin: 0;
	padding: 0;
}

footer p {
	text-align: center;
	color: #000;
}

@media screen and (max-width: 1600px) { 

header {
	height: 640px;
}

h1 a{

margin: 20px 0 0 20px;
}

header h2 {
	margin: -80px auto 0 auto;

}


@media screen and (max-width: 1366px) { 

header {
	height: 600px;

}

header h2 {
	font-size: 5rem;

}

header h3 {
	font-size: 1.5rem;

}

.contener {
	width: 90%;
}


}


@media screen and (max-width: 1280px) {
	
.contener {
	width: 100%;
	margin: 0 0;
}


h1 a{

margin: 4px 0 0 4px;
}

header h2 {
	font-size: 4rem;

}

header h3 {
	font-size: 1.4rem;

}

@media screen and (max-width: 768px) { 


header {
	height: 500px;
	width:100%;

}

h1 a{
display: block;
width: 340px;
height: 185px;
margin:  0px auto 0 auto;
text-indent: -999em;
padding: 0;
background: url(../images/logo-mobile.webp) top left no-repeat;
}

h2{
padding: 30px 0 20px 2px;

}


p {
	text-align: left;
}


}