.historic-prices-table .popup-price,
.price-data .popup-price {
  text-align: center;
}
.historic-prices-table .table-mobile-data,
.price-data .table-mobile-data {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.historic-prices-table .table-mobile-data .row-td,
.price-data .table-mobile-data .row-td {
  flex-direction: column;
}
.historic-prices-table .table-mobile-data .row-td .mobile-data-wrapper,
.price-data .table-mobile-data .row-td .mobile-data-wrapper {
  display: flex;
  width: 100%;
}
.historic-prices-table .old-price,
.price-data .old-price {
  text-decoration: line-through;
  color: red;
  font-size: 10px !important;
}
.historic-prices-table td.table-mobile-data span.status_mobile,
.price-data td.table-mobile-data span.status_mobile {
  display: block;
}
.historic-prices-table th,
.historic-prices-table td,
.price-data th,
.price-data td {
  white-space: unset !important;
}
.historic-prices-table table.dataTable tbody th, .historic-prices-table table.dataTable tbody td,
.price-data table.dataTable tbody th,
.price-data table.dataTable tbody td {
  padding: 6px 8px;
  font-size: 14px;
}
.historic-prices-table #flat-table .btn-primary,
.price-data #flat-table .btn-primary {
  padding-top: 8px;
  padding-bottom: 7px;
  line-height: 22px;
  font-weight: bold;
  justify-content: space-between;
  white-space: nowrap;
}
@media (min-width: 991px) {
  .historic-prices-table #flat-table .btn-primary,
  .price-data #flat-table .btn-primary {
    padding-top: 8px;
    padding-bottom: 7px;
    line-height: 22px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.historic-prices-table #flat-table .table-mobile-data .btn-primary span:first-of-type,
.price-data #flat-table .table-mobile-data .btn-primary span:first-of-type {
  margin-right: 8px;
}
.historic-prices-table .cena_tabela,
.historic-prices-table .status-txt,
.price-data .cena_tabela,
.price-data .status-txt {
  display: block;
}
.historic-prices-table .cena_tabela,
.price-data .cena_tabela {
  font-size: 16px;
}
.historic-prices-table .action-row,
.price-data .action-row {
  align-items: center;
  gap: 20px;
}
.historic-prices-table .action-row .btn span,
.price-data .action-row .btn span {
  line-height: 20px;
}
.historic-prices-table .action-row .zmniejsz2.last_t,
.price-data .action-row .zmniejsz2.last_t {
  width: 100%;
}
.historic-prices-table .action-row .cena_tabela,
.price-data .action-row .cena_tabela {
  font-size: 18px !important;
  font-weight: 600;
}
.historic-prices-table .action-row .open-price-history,
.price-data .action-row .open-price-history {
  font-size: 14px !important;
}
.historic-prices-table .table-controls .ikons_t,
.price-data .table-controls .ikons_t {
  margin-right: 7px;
}
.historic-prices-table .ikons_t,
.price-data .ikons_t {
  white-space: nowrap;
}
.historic-prices-table .kontakt_icon,
.price-data .kontakt_icon {
  -webkit-mask: url("../../img/svg/kontact_icon.svg") no-repeat !important;
  mask: url("../../img/svg/kontact_icon.svg") no-repeat !important;
  width: 24px;
  height: 19px;
}
.historic-prices-table .price-cluster,
.price-data .price-cluster {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.historic-prices-table .price-cluster.lendi .main-price,
.price-data .price-cluster.lendi .main-price {
  font-size: 10px !important;
}
.historic-prices-table .price-cluster.lendi .installment,
.price-data .price-cluster.lendi .installment {
  font-size: 16px !important;
  color: #000 !important;
}
.historic-prices-table .price-cluster .cluster-caption,
.price-data .price-cluster .cluster-caption {
  font-size: 14px;
}
.historic-prices-table .price-cluster .cluster-caption.installment, .historic-prices-table .price-cluster .cluster-caption.price-m2,
.price-data .price-cluster .cluster-caption.installment,
.price-data .price-cluster .cluster-caption.price-m2 {
  font-size: 10px;
  color: #808476;
  white-space: nowrap;
}
.historic-prices-table .price-cluster .lowest-price,
.price-data .price-cluster .lowest-price {
  font-size: 8px;
  text-align: start;
  white-space: break-spaces;
  opacity: 0.7;
}
.historic-prices-table .main-price-row,
.price-data .main-price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.historic-prices-table .main-price,
.price-data .main-price {
  color: black;
  font-weight: 500;
  white-space: nowrap;
}
.historic-prices-table .main-price.open-lendi-widget,
.price-data .main-price.open-lendi-widget {
  color: black;
}
.historic-prices-table .main-price .table-min-col2,
.price-data .main-price .table-min-col2 {
  white-space: nowrap;
}
.historic-prices-table .installment-prefix,
.price-data .installment-prefix {
  font-size: 14px;
}
.historic-prices-table .mobile-price-history-wrapper,
.price-data .mobile-price-history-wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
}
.historic-prices-table span.table-min-col2,
.price-data span.table-min-col2 {
  display: inline-block;
  white-space: nowrap;
}
.historic-prices-table .lowest-price-txt,
.price-data .lowest-price-txt {
  font-size: 13px;
  margin-left: 4px;
}
.historic-prices-table .no-wrap,
.price-data .no-wrap {
  white-space: nowrap !important;
}
.historic-prices-table .cena_tabela,
.historic-prices-table .status-txt,
.price-data .cena_tabela,
.price-data .status-txt {
  display: flex;
  align-items: center;
  gap: 8px;
}
.historic-prices-table .status-txt .icon_bt,
.price-data .status-txt .icon_bt {
  margin: 0;
}
.historic-prices-table .status-txt .btn-primary,
.price-data .status-txt .btn-primary {
  justify-content: center;
}
.historic-prices-table .action-row.ver2,
.price-data .action-row.ver2 {
  align-items: start;
}
@media only screen and (max-width: 960px) {
  .historic-prices-table .cena_tabela,
  .historic-prices-table .status-txt,
  .price-data .cena_tabela,
  .price-data .status-txt {
    display: block;
    font-size: 16px;
  }
  .historic-prices-table .price-rows,
  .price-data .price-rows {
    display: flex;
    gap: 16px;
    padding: 10px;
  }
}
.historic-prices-table .cluster-inline,
.price-data .cluster-inline {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.historic-prices-table .cluster-inline .cluster-caption,
.price-data .cluster-inline .cluster-caption {
  white-space: nowrap;
}
.historic-prices-table .mobile-price-history-wrapper .lowest-price-txt,
.historic-prices-table .cluster-inline .lowest-price-txt,
.price-data .mobile-price-history-wrapper .lowest-price-txt,
.price-data .cluster-inline .lowest-price-txt {
  color: #808476 !important;
}
.historic-prices-table .price_cluster_group .lowest-price-txt,
.price-data .price_cluster_group .lowest-price-txt {
  color: #000 !important;
}
.historic-prices-table .price_cluster,
.price-data .price_cluster {
  text-align: left;
}
.historic-prices-table .cena_tabela .fa-solid,
.price-data .cena_tabela .fa-solid {
  margin-left: 6px;
}
.historic-prices-table .modal-history-table,
.price-data .modal-history-table {
  color: #ababab;
}
.historic-prices-table .modal-history-table tr,
.price-data .modal-history-table tr {
  height: 50px;
}
.historic-prices-table .modal-history-table tr:first-of-type,
.price-data .modal-history-table tr:first-of-type {
  color: #212529;
}
.historic-prices-table .modal-history-table .historic-date,
.price-data .modal-history-table .historic-date {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  vertical-align: middle;
}
.historic-prices-table .modal-history-table .historic-price,
.historic-prices-table .modal-history-table .historic-price-msqr,
.price-data .modal-history-table .historic-price,
.price-data .modal-history-table .historic-price-msqr {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  margin: 12px;
  vertical-align: middle;
}
.historic-prices-table .modal-history-table,
.historic-prices-table td.table-mobile-data span.col-left,
.price-data .modal-history-table,
.price-data td.table-mobile-data span.col-left {
  width: 55% !important;
}
.historic-prices-table .modal-history-table .lowest-price,
.historic-prices-table td.table-mobile-data span.col-left .lowest-price,
.price-data .modal-history-table .lowest-price,
.price-data td.table-mobile-data span.col-left .lowest-price {
  font-size: 9px;
}
.historic-prices-table td.table-mobile-data span.col-right,
.price-data td.table-mobile-data span.col-right {
  width: 45% !important;
}
.historic-prices-table td.table-mobile-data .table-min-col1,
.price-data td.table-mobile-data .table-min-col1 {
  width: 40%;
  display: inline-block;
}
.historic-prices-table .open-lendi-widget,
.price-data .open-lendi-widget {
  white-space: nowrap;
  z-index: 3;
}
@media (min-width: 992px) {
  .historic-prices-table .nawigator_box.dwa td.table-mobile-data .table-min-col1,
  .price-data .nawigator_box.dwa td.table-mobile-data .table-min-col1 {
    width: 40%;
  }
  .historic-prices-table .nawigator_box.dwa td.table-mobile-data .table-min-col2,
  .price-data .nawigator_box.dwa td.table-mobile-data .table-min-col2 {
    width: 60% !important;
  }
  .historic-prices-table .table_box .dataTable tbody tr,
  .price-data .table_box .dataTable tbody tr {
    height: 91px;
  }
}
@media (max-width: 991px) {
  .historic-prices-table .dataTable tbody tr,
  .price-data .dataTable tbody tr {
    height: fit-content;
  }
  .historic-prices-table .table_box .table-price,
  .historic-prices-table .table_box .table-controls,
  .price-data .table_box .table-price,
  .price-data .table_box .table-controls {
    display: none !important;
  }
}
.historic-prices-table .price-divider,
.price-data .price-divider {
  margin-top: 16px;
  display: block;
}
.historic-prices-table .plan_icon,
.historic-prices-table .kontakt_icon,
.historic-prices-table .spacer_icon,
.price-data .plan_icon,
.price-data .kontakt_icon,
.price-data .spacer_icon {
  margin-left: 0 !important;
}
@media (max-width: 991px) {
  .historic-prices-table .table-price,
  .price-data .table-price {
    display: none !important;
  }
}

.badge-transparent-developer {
  display: inline-flex;
  align-items: center;
  padding: 12px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.2);
  position: fixed;
  z-index: 80;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .badge-transparent-developer {
    top: 20%;
  }
}
.badge-transparent-developer:hover {
  background-color: #fff;
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.4);
}
.badge-transparent-developer.folded {
  left: -120px;
}
.badge-transparent-developer.act-badge.folded {
  left: -200px;
}
.badge-transparent-developer .badge-icon {
  flex-shrink: 0;
  margin-left: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.badge-transparent-developer .badge-icon img {
  width: 56px;
  height: 56px;
}
.badge-transparent-developer .badge-text .badge-title {
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  text-transform: uppercase;
}
.badge-transparent-developer .badge-text .badge-subtitle {
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
  color: #6d8076;
  margin-top: 6px;
}

@media (min-width: 1440px) {
  .nawigator_box.dwa table.dataTable tbody td {
    padding: 8px !important;
  }
}

/*# sourceMappingURL=historic_prices.css.map */
