<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/css2?family=Teko:wght@300;400;500&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&amp;display=swap');*/
@font-face {
  font-family: "FontAwesomeBrands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./style/fontawesome-free-5.15.4-web/webfonts/fa-brands-400.eot");
  src: url("./style/fontawesome-free-5.15.4-web/webfonts/fa-brands-400.eot?#iefix")
      format("embedded-opentype"),
    url("./style/fontawesome-free-5.15.4-web/webfonts/fa-brands-400.woff2")
      format("woff2"),
    url("./style/fontawesome-free-5.15.4-web/webfonts/fa-brands-400.woff")
      format("woff"),
    url("./style/fontawesome-free-5.15.4-web/webfonts/fa-brands-400.ttf")
      format("truetype"),
    url("./style/fontawesome-free-5.15.4-web/webfonts/fa-brands-400.svg#fontawesome")
      format("svg");
}
@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./style/fontawesome-free-5.15.4-web/webfonts/fa-regular-400.eot");
  src: url("./style/fontawesome-free-5.15.4-web/webfonts/fa-regular-400.eot?#iefix")
      format("embedded-opentype"),
    url("./style/fontawesome-free-5.15.4-web/webfonts/fa-regular-400.woff2")
      format("woff2"),
    url("./style/fontawesome-free-5.15.4-web/webfonts/fa-regular-400.woff")
      format("woff"),
    url("./style/fontawesome-free-5.15.4-web/webfonts/fa-regular-400.ttf")
      format("truetype"),
    url("./style/fontawesome-free-5.15.4-web/webfonts/fa-regular-400.svg#fontawesome")
      format("svg");
}
@font-face {
  font-family: "FontAwesomeSolid";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("./style/fontawesome-free-5.15.4-web/webfonts/fa-solid-900.eot");
  src: url("./style/fontawesome-free-5.15.4-web/webfonts/fa-solid-900.eot?#iefix")
      format("embedded-opentype"),
    url("./style/fontawesome-free-5.15.4-web/webfonts/fa-solid-900.woff2")
      format("woff2"),
    url("./style/fontawesome-free-5.15.4-web/webfonts/fa-solid-900.woff")
      format("woff"),
    url("./style/fontawesome-free-5.15.4-web/webfonts/fa-solid-900.ttf")
      format("truetype"),
    url("./style/fontawesome-free-5.15.4-web/webfonts/fa-solid-900.svg#fontawesome")
      format("svg");
}

.user p {

}

.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: 3%;
  float: left;
}
.user .do_prawej {
  margin-left: 3%;
  float: right;
}
.user h2 img{
	height:0.8em;
	position:relative;
	top:0.1em;
}
/* user list */
.user ul {
  list-style-type: none;
  margin: 0px;
  padding:0px;

}
.user ul li {
  line-height: 1.6em;
  position: relative;
  padding-left:2em; 
  min-height:1.8em;
}
.user ul li:before {
  content: "";
  display: inline-block;
  background-image: url("images/favicon.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.8em;
  position:absolute;
  left:0px;
  top:0em;
  width: 25px;
  height: 25px;
}

.user hr {
  height: 3px;
  border: none;
  display: block;
  clear: both;
  background-color: #e5e5e5;
  margin: 20px 0px 20px 0px;
}
.user strong {
  color: #24395b;
  font-weight: 600;
}
.user h2+h3,.user h3+h4{
	margin-top:-0.5em;
}
/*  link icons  */
.user .icon-tel,
.user .icon-mail,
.user .icon-calendar{
  display: inline-flex;
  align-items: baseline;
}
.user .icon-tel:before,
.user .icon-mail:before,
.user .icon-calendar:before{
  font-size: 25px;
  display: block;
  float: left;
  margin-right: 10px;
}
.user .icon-tel:before{
  color: #fff;
  font-family: "FontAwesomeSolid";
  content: "\f879";
  padding: 10px;
  background-color: #008EF4;
  border-radius: 22px;
}
.user .icon-mail:before{
  color: #fff;
  font-family: "FontAwesomeSolid";
  content: "\f0e0";
  padding: 10px;
  background-color: #f32e15;
  border-radius: 22px;
}
.user .icon-calendar:before{
  color: #fff;
  font-family: "FontAwesomeSolid";
  content: "\f022";
  padding: 10px;
  background-color: green;
  border-radius: 22px;
}

/*  link icons end  */

.user .left,
.user .right {
  margin-bottom: 20px;
}
.user .left {
  float: left;
  margin-right: 2%;
}

.user .right {
  float: right;
  margin-left: 2%;
}

.user .img {
  display: block;
  float: none;
  margin: 0px auto 15px auto;
}

.user ul.linkownia{
  display:flex;
  flex-direction:row;
  padding:0px;
  margin:0px;
  gap:15px;
  justify-content:center;
  flex-wrap: wrap;
}
.user ul.linkownia li{
  padding:0px;
  margin:0px;
}
.user ul.linkownia li:before{
  display:none;
}

/*  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: block;
  color: red;
  font-size: 50px;
  position: absolute;
  left: 0px;
  top: 16px;
}
.file-type-pdf img {
  opacity: 0;
}

/*  user-multicolumns-box  */
.user-multicolumns-box {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 720px) {
  .user-multicolumns-box {
    flex-direction: column;
  }
}
.user-multicolumns-box .item {
  flex: 1;
  padding: 0px 10px;
}
.user-multicolumns-box .item:nth-child(2) {
  flex: 1.5;
}
.user-multicolumns-box .info-list {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.user-multicolumns-box .info-list li {
  padding-left: 30px;
  position: relative;
  margin: 15px 0px;
  font-weight: bold;
  font-size: 14px;
}
.user-multicolumns-box .info-list li:before {
  content: "";
  background-image: url("images/list_style_check.png");
  position: absolute;
  left: 0px;
  top: 0px;
  width: 21px;
  background-repeat: no-repeat;
  height: 21px;
  background-size: contain;
}
.user-multicolumns-box .info {
  text-align: justify;
  line-height: 22px;
}
.user-multicolumns-box .spec-title {
  background-color: #bd160e;
  color: #fff;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
}
.user-multicolumns-box .spec-list {
  list-style-type: none;
  margin: 0px;
  padding: 10px 0px;
}
.user-multicolumns-box .spec-list li {
  display: flex;
  flex-direction: row;
  font-weight: 600;
  font-size: 14px;
  padding-bottom: 10px;
}
.user-multicolumns-box .spec-list li span {
  display: block;
  padding: 0px 10px;
}
.user-multicolumns-box .spec-list li span:first-child {
  width: 40%;
}
.user-multicolumns-box .spec-list li span:last-child {
  width: 60%;
}

/*  offer table  */
.offer-table-box {
  width: 100%;
}
.offer-table-box .image {
  width: 100px;
  padding-top: 20px;
}
.offer-table-box .details {
  text-align: left;
}
.offer-table-box .image img {
  height: 50px;
}
.offer-table-box .price {
  text-align: right;
  font-weight: 500;
}
.offer-table-box .price span {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  padding-right: 10px;
}
.offer-table-box .price span:last-child:before,
.offer-table-box .price span:first-child:before {
  font-family: "Icofont";
  position: absolute;
  font-size: 20px;
  color: #0b4d95;
  top: 1px;
  left: 0px;
}
.offer-table-box .price span:last-child:before {
  content: "\ec89";
  font-size: 18px;
}
.offer-table-box .price span:first-child:before {
  content: "\f024";
}
.offer-table-box .reservation {
  text-align: right;
}

.flex-table{
  width:100%;
}
.flex-table tr{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color:transparent !important;
    /* border: 0.1px solid rgba(3,3,3,0.2); */
}
.flex-table th,
.flex-table td{
  flex: 1 1 200px;
  padding:0px;
  margin:0px;
  /* border: 0.1px solid rgba(3,3,3,0.2); */
}

/*  icons begin */
.user .klimatyzacja:before{
    background-image:url("img/tinymce/ikonki/klimatyzacja.png");
}
.user .pasy-bezpieczenstwa:before{
    background-image:url("img/tinymce/ikonki/pasy-bezpieczenstwa.png");
}
.user .rozkladane-fotele-klasy-turystycznej:before{
    background-image:url("img/tinymce/ikonki/rozkladane-fotele-klasy-turystycznej.png");
}
.user .ogrzewanie-postojowe:before{
    background-image:url("img/tinymce/ikonki/ogrzewanie-postojowe.png");
}
.user .mikrofon-dvd-tv:before{
    background-image:url("img/tinymce/ikonki/mikrofon-dvd-tv.png");
}
.user .indywidualne-stoliczki:before{
    background-image:url("img/tinymce/ikonki/indywidualne-stoliczki.png");
}
.user .indywidualne-nawiewy-naglosnienie:before{
    background-image:url("img/tinymce/ikonki/indywidualne-nawiewy-naglosnienie.png");
}
.user .toaleta:before{
    background-image:url("img/tinymce/ikonki/toaleta.png");
}
.user .podwojne-szyby:before{
    background-image:url("img/tinymce/ikonki/podwojne-szyby.png");
}
.user .regulowanie-podlokietniki-podnozki:before{
    background-image:url("img/tinymce/ikonki/regulowanie-podlokietniki-podnozki.png");
}
.user .cafe-bar:before{
    background-image:url("img/tinymce/ikonki/cafe-bar.png");
}
/*  icons end */

@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 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>