@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;600;800&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 {
  line-height: 1.5em;
  font-weight: 300;
}

.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 list */
.user ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
}
.user ul li {
  line-height: 1.3em;
  position: relative;
  padding-left: 35px;
}
.user ul li:before {
  content: "";
  display: inline-block;
  background-image: url("images/favicon.png");
  width: 18px;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
}

.user hr {
  height: 3px;
  border: none;
  display: block;
  clear: both;
  background-color: #e5e5e5;
  margin: 20px 0px 20px 0px;
}
.user strong {
    color: #de8fb1;
    font-weight: 400;
    text-decoration: underline;
}
.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;
}

/*  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;
}

@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 > *: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;
  }
}
