<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css?family=Lato:400,600,800&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700&amp;display=swap&amp;subset=latin-ext");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400&amp;display=swap");

.user a{
		color:#91bd20;
}
.user{
	line-height:1.4em;
}
.user a:hover{
	color:#83a941;
	text-shadow:1px 1px 0px #83a941;
}
.user ul {
  list-style-type: none;
  padding: 5px 0px 0px 0px;
  margin-left: 29px;
  margin-left: 0px;
}
.user ul li {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 25px;
  position: relative;
}
.user ul li:before {
  /* content: "\ead1"; */
  /* background-image: url("images/favicon.png"); */
  content: "";
  background-color: #91bd20;
  width: 10px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 18px;
  display: block;
  font-family: "Icofont";
  color: #000000;
  background-size: contain;
  position: absolute;
  left: 5px;
  top: 6px;
}
.user .img {
  float: left;
  margin: 0px 30px 15px 0px;
}
.user .do_lewej,
.user .do_prawej {
  /*	padding-left:2%;*/
  /* border-left:solid 5px #003F22; */
  max-width: 50%;
  /* margin: 0px 0px 2% 30px; */
  height: auto;
}
.user .do_lewej {
  margin-right: 15px;
  float: left;
}
.user .do_prawej {
  margin-left: 15px;
  float: right;
}
.user {
padding:0px;
}
.user h1,
.user h2,
.user h3,
.user h4,
.user h5 {
  text-align: left;
  line-height: 1em;
}
.user h1:after,
.user h2:after,
.user h3:after,
.user h4:after,
.user h5:after {
  margin-left: unset;
  margin-right: unset;
}
.user h2 + h3 {
  margin-top: 0px;
}
.user table {
  width: 100%;
}
.user table td,
.user table th {
  border-bottom: 1px solid #ddd;
  padding: 5px 15px 5px 15px;
  vertical-align: top;
  border-left: 1px solid #ddd;
  text-align: center;
  font-weight: normal;
  font-size: 15px;
}
.user table tr:hover &gt; * {
}
.user th {
  font-size: 18px;
  background-color: #1d1c1b;
  color: #91bd20;
}
.user table {
  font-size: 16px;
  margin: 10px 0px 20px 0px;
  text-align: left;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.user table.dwie_kolumny td {
  width: 50%;
}
.user table.trzy_kolumny td {
  width: 33%;
}
.user hr {
  height: 3px;
  border: none;
  display: block;
  clear: both;
  background-color: #e5e5e5;
  margin: 20px 0px 20px 0px;
}
.user .left {
  float: left;
  margin-right: 2%;
}
.user .right {
  float: right;
  margin-left: 2%;
  margin-bottom: 20px;
}
.user .img {
  display: block;
  float: none;
  margin: 0px auto 15px auto;
}
.user .title{
	border-bottom: solid 1px rgba(145,189,32,0.3);
	color: #91bd20;
	padding-bottom:0.5em;
	text-align:center;
}
.user .do_prawej.kolko{
	border:solid 13px #8cb63f;
	border-radius:50%;
	max-width:92%;
}
/*  file types library tinymce  */
.file-type-pdf a {
  position: relative;
}
.file-type-pdf a,
.file-type-pdf img {
  width: 50px;
  min-height: 70px;
  display: block;
}
.file-type-pdf a:before {
  font-family: "Icofont";
  content: "\eb1e";
  display: inline;
  color: red;
  font-size: 50px;
  left: 0px;
  top: 16px;
  position:relative;
  top:0.2em;
  margin-right:0.2em;
}
.file-type-pdf img {
  opacity: 0;
}
.file-name{
	white-space:nowrap;
}
/*  price table */
.price-table-box {
  margin: 30px 0px;
  overflow-x: auto;
}
.price-table-box h3 {
  margin: 0px;
  padding: 10px 30% 10px 10px;
  background-color: #009ee2;
  color: #fff;
  display: inline-flex;
  flex-direction: column;
}
.price-table-box table {
  width: 100%;
  table-layout: fixed;
  margin: 0px;
  min-width: 830px;
}
.price-table-box table tr {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.price-table-box table tr th:first-child,
.price-table-box table tr td:first-child {
  text-align: right;
  border-left: none;
}
.price-table-box table tr th,
.price-table-box table tr td {
  flex: 1;
  text-align: center;
  border-left: 1px solid grey;
}
.price-table-box table tr th {
  background-color: #e8e8e8;
  padding: 20px 15px;
}
.price-table-box table tr td {
  padding: 10px 15px;
}
.price-table-box table tr:nth-child(2) td {
  color: #ee7511;
  font-size: 19px;
}
.price-table-box table tr td.promotion {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
}
.price-table-box table tr td.promotion span:first-child {
  text-decoration: line-through;
  font-size: 16px;
}
.price-table-box table tr td.promotion span {
  padding: 0px 5px;
}
.price-table-box table tr td a {
  position: relative;
  background-color: red;
  color: #fff;
  padding: 5px 10px;
}
.price-table-box table tr td a:hover {
  color: #000;
}
.price-table-box table tr td.check:before,
.price-table-box table tr td.uncheck:before {
  font-family: "IcoFont" !important;
  display: block;
  font-size: 18px;
}
.price-table-box table tr td.check:before {
  content: "\eed8";
  color: green;
}
.price-table-box table tr td.uncheck:before {
  content: "\eee4";
  color: #ee7511;
}
/*  price table 2 */
.price-table-box2 {
  margin: 30px 0px;
  overflow-x: auto;
}
.price-table-box2 h3 {
  margin: 0px;
  padding: 10px 30% 10px 10px;
  background-color: #314470;
  color: #fff;
  display: inline-flex;
  flex-direction: column;
}
.price-table-box2 table {
  width: 100%;
  table-layout: fixed;
  margin: 0px;
  min-width: 830px;
}
.price-table-box2 table tr {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.price-table-box2 table tr th:first-child,
.price-table-box2 table tr td:first-child {
  text-align: right;
  border-left: none;
}
.price-table-box2 table tr th,
.price-table-box2 table tr td {
  flex: 1;
  text-align: center;
  border-left: 1px solid grey;
}
.price-table-box2 table tr td:first-child {
  color: #000;
  font-size: 19px;
}
.price-table-box2 table tr:nth-child(2n + 1) {
  background-color: rgba(0, 0, 0, 0.1);
}
.price-table-box2 table tr td.promotion {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
}
.price-table-box2 table tr td.promotion span:last-child {
  color: red;
  font-size: 16px;
}
.price-table-box2 table tr td.promotion span {
  padding: 0px 5px;
}
@media screen and (max-width: 480px) {
  .user ol {
    padding: 15px;
  }
  .user table {
    font-size: 15px;
  }
  .user table.dwie_kolumny {
    display: block;
  }
  .user table.dwie_kolumny td,
  .user table.trzy_kolumny td {
    width: 100%;
    display: block;
  }
  .user th {
    font-size: 15px;
  }
  .user tr &gt; *:first-child {
    padding-left: 0px;
  }
  .user h1 {
    font-size: 22px;
  }
  .user .right {
    display: block;
    margin: 0px auto 20px auto;
    float: none;
  }
  .user .do_prawej,
  .user .do_lewej {
    float: none;
    padding-left: 0px;
    border-left: none;
    max-width: 100%;
    margin: 0px auto 30px auto;
    display: block;
  }
}
</pre></body></html>