@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600,800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap&subset=latin-ext");

/*@import url("https://fonts.googleapis.com/css2?family=Encode+Sans:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700&display=swap&subset=latin-ext");
*/
/*
@font-face {
  font-family: 'Charm';
  font-style: normal;
  font-weight: 400;
  src: url('/czcionki/Charm-Regular.ttf');
}
@font-face {
  font-family: 'Charm';
  font-style: normal;
  font-weight: 800;
  src: url('/czcionki/Charm-Bold.ttf')
}
*/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/czcionki/Roboto-Regular.ttf');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  src: url('/czcionki/Roboto-Black.ttf')
}
.user ul {
  list-style-type: none;
  padding: 5px 0px 0px 0px;
  margin-left: 29px;
  color: #0a0a0a;
  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: #e05c5c;
  width: 10px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 18px;
  display: block;
  font-family: "Icofont";
  background-size: contain;
  position: absolute;
  left: 5px;
  top: 0.5em;
}
.user .img {
  float: left;
  margin: 0px 30px 15px 0px;
}
.user .do_lewej,
.user .do_prawej {
  /*	padding-left:2%;*/
  /* border-left:solid 5px #003F22; */
  /* margin: 0px 0px 2% 30px; */
  height: auto;
}
.user .do_lewej {
  margin-right: 15px;
  float: left;
}
.user .do_prawej {
  margin-left: 15px;
  float: right;
  width:50%;
}
.user .kolko{
	border: solid 13px #e52d29;
	border-radius: 50%;
}
.user .kolko img{
	width:100%;
	margin:20px 0px 35px 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 a:hover {
  color: #324e5c;
}
.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;
  text-transform: uppercase;
  font-size: 15px;
}
.user table tr:hover > * {
}
.user th {
  font-size: 18px;
  background-color: #1d1c1b;
  color: #c62131;
}
.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;
}
/*  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;
}
/*  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 > *: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;
    width: 92%;
    margin: 0px auto 30px auto;
    display: block;
  }
}