<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#main_page {
max-width: 960px;
width: 80%;
margin: 0 auto;
background: #fff;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
font-size: 14px;	
}

#buttony {
text-align: center;
padding: 12px; 
border: #999 1px dashed;
}

.button {
position: fix;
font-size: 17px;
background: #333;
padding: 12px 24px;
color: #999;
margin-right: 10px;
text-decoration: none;
border-radius: 3px;
display: inline;
margin: 5px;
transition: background 0.5s linear 0s, color 0.5s linear 0s;

}

a:hover {
background: #06b0a5;
color: #FFF;
}

#main_page_content {
font-size: 22px;

}

#main_page_content h3 {
color:#fff;
font-weight: normal;
font-size:26px;
text-align:center;

padding-bottom:10px;
}
#main_page_content h4 {
color:#00aeef;
text-align:center;
font-weight: normal;
}

#main_page_content h6 {
color:#fff;
font-size:22px;
text-align:left;
margin-top: 5px;
}

#product_description {
margin-right: auto;
margin-left: auto;
padding-left: 3px;
padding-right: 3px;
margin-top: 6px;
margin-bottom: 6px;
}
a{color:#00aeef;    text-decoration: none;
}
a:hover {color:#373c3e; background:none;}
p {
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
font-size: 16px;
color: #fff;
line-height: 30px;
font-weight: normal;
text-align:justify;
}
.od {
padding-left:20px;
}

.fioletowo {
color: #06b0a5;
font-size: 18px;
text-align:center;
background:#009cdd;
padding:10px;
}
.tytul-r
{
color: #06b0a5;
font-size: 18px;
text-align:right;
} 

.tytul
{
color: #06b0a5;
font-size: 18px;
text-align:left;
} 

#product_image img{
width: 100%;
position: relative;

}

.main_product_photo {
text-align:center;
padding-right: 20px;
width:90%
}
.product_photo {

width:100%
}
.clear_hb {
	width: 100%;
	clear:both;
}

#123 {
width: 100%;
}

.duo {
width: 48%;
display: block;
float: left;
padding-left:2%;
}

.duo img{
float: left;
width:100%;

}

.trio-r {
width: 73%;
display: block;
float: left;

}

.quatro {
width: 33%;
display: block;
float: left;
padding: 1%;


}
.trio {
	width: 63%;
display: block;
float: right;

}

.quatro-r {
	width: 24%;
display: block;
float: right;
}
</pre></body></html>