@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Stencil+Display:wght@100..900&family=Stick+No+Bills:wght@200..800&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap");

@font-face {
  font-family: "FontAwesomeBrands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("fontawesome-free-5.15.4-web/webfonts/fa-brands-400.eot");
  src: url(".fontawesome-free-5.15.4-web/webfonts/fa-brands-400.eot?#iefix")
      format("embedded-opentype"),
    url("fontawesome-free-5.15.4-web/webfonts/fa-brands-400.woff2")
      format("woff2"),
    url("fontawesome-free-5.15.4-web/webfonts/fa-brands-400.woff")
      format("woff"),
    url("fontawesome-free-5.15.4-web/webfonts/fa-brands-400.ttf")
      format("truetype"),
    url("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("fontawesome-free-5.15.4-web/webfonts/fa-regular-400.eot");
  src: url("fontawesome-free-5.15.4-web/webfonts/fa-regular-400.eot?#iefix")
      format("embedded-opentype"),
    url("fontawesome-free-5.15.4-web/webfonts/fa-regular-400.woff2")
      format("woff2"),
    url("fontawesome-free-5.15.4-web/webfonts/fa-regular-400.woff")
      format("woff"),
    url("fontawesome-free-5.15.4-web/webfonts/fa-regular-400.ttf")
      format("truetype"),
    url("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("fontawesome-free-5.15.4-web/webfonts/fa-solid-900.eot");
  src: url("fontawesome-free-5.15.4-web/webfonts/fa-solid-900.eot?#iefix")
      format("embedded-opentype"),
    url("fontawesome-free-5.15.4-web/webfonts/fa-solid-900.woff2")
      format("woff2"),
    url("fontawesome-free-5.15.4-web/webfonts/fa-solid-900.woff")
      format("woff"),
    url("fontawesome-free-5.15.4-web/webfonts/fa-solid-900.ttf")
      format("truetype"),
    url("fontawesome-free-5.15.4-web/webfonts/fa-solid-900.svg#fontawesome")
      format("svg");
}

.user p {
  line-height: 1.4em;
  font-weight: 300;
}

.user .img {
  float: left;
  margin: 0px 30px 15px 0px;
}

.user .do_lewej,
.user .do_prawej,
.user .do_lewej_film,
.user .do_prawej_film {
  /*	padding-left:2%;*/
  /* border-left:solid 5px #003F22; */
  max-width: 50%;
  /* margin: 0px 0px 2% 30px; */
  height: auto;
}
.user .do_lewej,
.user .do_lewej_film {
  margin-right: 3%;
  float: left;
}
.user .do_prawej,
.user .do_prawej_film {
  margin-left: 3%;
  float: right;
}

/* klasa dodawana przez tinymce w panelu */
.short-contact{
    background-color:var(--ciemny_zielony);
    padding: 0em 2em 0.5em 2em;
    border: 21px;
    border-radius: 9px;
    margin-bottom: 10px;
    margin-top: 10px;
	box-shadow: 2px 2px 6px #999;
    display: flex;
    align-items: center;
    width: fit-content;	
}
/* klasy dodawane przez tinymce w panelu */
.user .dodaj_whatsup,
.user .dodaj_email{
    font-size: 1.2rem;
    position: relative;
	vertical-align: middle;
	padding-right:1em;
	font-weight:400;
}
.user .dodaj_whatsup:before,
.user .dodaj_email:before{
    font-size:1.5em;
    color: var(--pomaranczowy);
    display: inline-block;
    position: relative;
    left:0px;
    top:0.1em;
	margin-right:0.3em;
}
.user .dodaj_whatsup:before{
    font-family: "FontAwesomeBrands";
    content: "\f232";
}
.user .dodaj_email:before{
    font-family: "FontAwesomeSolid";
   /* content: "\f0e0";*/
   content:"\f044";
	font-size:1.3em;
	top:0.15em;
}
.user .dodaj_whatsup a,
.user .dodaj_email a{
    color:#fff;
}
.user .dodaj_whatsup a:hover,
.user .dodaj_email a:hover{
    color:#1c1c1c;
}

/* user list */
.user ul {
  list-style-type:square;
  padding: 0px;
  margin-left:1em;
}
.user ul li {
  line-height: 1.3em;
  position: relative;
}
.user ul>li{
	margin-top:0.5em;
	list-style-type:disc;
}
.user ul ul li{
	list-style-type:circle;
	font-size:90%;
	line-height: 1.1em;
}
.user hr {
  height: 3px;
  border: none;
  display: block;
  clear: both;
  background-color: #e5e5e5;
  margin: 20px 0px 20px 0px;
}
.user strong {
  color: var(--ciemny_zielony);
  font-weight: 500;
}

/*  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;
}
.user .cena{
	background:var(--brazowy);
	padding:0.6em 1.5em;
	border-radius:1em;
	font-size:110%;
	color:#fff;
	display:inline-block;
}
.user video{
	max-width:100%;
}
@media screen and (max-width: 720px) {
  .user-multicolumns-box {
    flex-direction: column;
  }
  .user .do_prawej,
  .user .do_lewej {
    float:unset;
    margin:unset;
  }
}
.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); */
}

@media screen and (max-width: 640px){
  .user video{
  	width:unset !important;
  }
  .short-contact{
	  padding:0em 1em 0.5em 1em
  }
  .short-contact a{
    font-size:0.8rem;
  }
  .user .do_prawej,
  .user .do_lewej,
  .user .do_prawej_film,
  .user .do_lewej_film {
    float: none;
    padding-left: 0px;
    border-left: none;
    max-width: 100%;
    margin: 0px auto 30px auto;
    display: block;
  }  
}

@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 .right {
    display: block;

    margin: 0px auto 20px auto;

    float: none;
  }

	.user table.short-contact,.user table.short-contact td{
		display:block;
	}
	.user table.short-contact{
		padding:0em 2em 0.7em 1.5em;
	}
	.user .dodaj_whatsup::before{
	  font-size: 1.7em;
	  top: 0.15em;		
	}
	.user .dodaj_email::before{
	  font-size: 1.5em;
	  top: 0.15em;
	  padding-right:0px;
	}

}
