@charset "UTF-8";
/* Kafelki - BIP */
.tiles-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 900px) {
  .tiles-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .tiles-container {
    grid-template-columns: 1fr;
  }
}

.tile {
  display: block;
  text-decoration: none;
  background: #f5f5f5;
  padding: 18px 30px;
  min-height: 135px;
  position: relative;
  transition: all 0.3s ease;
  color: #000;
}
.tile:hover {
  background: #e0e0e0;
  transform: translateY(-3px);
}
.tile-content {
  height: 100%;
  position: relative;
}
.tile-title {
  margin: 0;
  border-bottom: 1px solid #c7c9cc;
  padding-bottom: 15px;
  max-width: 100%;
}
.tile-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 24px;
}
.tile-arrow button {
  background-size: 15px;
  height: 29px;
  width: 15px;
}

/* Tytuł i breadcrumb - Oferty pracy */
.workoffers-page-title {
  /*.breadCrumb {
      padding-top: 0;
  }*/
}
.workoffers-page-title .page-title {
  display: none;
}

/* lista */
.bip-workoffers__list {
  list-style-type: none;
  padding-left: 0;
}
.bip-workoffers__list-item {
  display: grid;
  width: 100%;
  align-items: center;
  padding: 2rem 0;
  border-top: 1px solid #c0c0c0;
}
.bip-workoffers__list-item-title {
  font-weight: 650;
  text-decoration: none;
}
.bip-workoffers__list-item-info {
  display: flex;
  margin-top: 1rem;
}
.bip-workoffers__list-item-info-date {
  width: 35%;
}
.bip-workoffers__list-item-info-unit {
  width: 45%;
}
@media (max-width: 1023px) {
  .bip-workoffers__list-item-info {
    display: block;
  }
  .bip-workoffers__list-item-info-date, .bip-workoffers__list-item-info-unit {
    width: 100%;
    margin-top: 1rem;
  }
  .bip-workoffers__list-item-link {
    width: 100%;
    margin-top: 1rem;
  }
}

/* Szczegoly - Oferty pracy */
.workoffers-details {
  margin-top: 2.8rem;
}
.workoffers-details-board {
  background-color: #ffffff;
  padding: 63px 25px 43px 66px;
}
.workoffers-details-row {
  display: flex;
}
.workoffers-details-column {
  flex: 50%;
}
.workoffers-details-column .workoffer-block {
  margin-bottom: 0.8rem;
}
.workoffers-details-column .workoffer-inline h5 {
  display: inline-flex;
  margin-bottom: 0.8rem;
}
.workoffers-details-column .workoffer-block h5 {
  margin-bottom: 0;
  line-height: inherit;
}
.workoffers-details-content h2 {
  margin-top: 5.3rem;
  margin-bottom: 1.2rem;
}
.workoffers-details .btn {
  margin-top: 3.4rem;
}
@media (max-width: 1023px) {
  .workoffers-details-row {
    display: block;
  }
  .workoffers-details-column {
    flex: 100%;
  }
}
.workoffers-details .bip-metrics {
  margin-top: 4rem;
}
.workoffers-details .bip-metrics .ac-card {
  margin-top: 2rem;
}

/* Panel oferty */
.workoffer-offer-panel {
  color: #ffffff;
  background-color: #040e1d;
  padding: 41px 26px 44px 84px;
  margin: 4.2rem 0;
}
.workoffer-offer-panel .offer-panel-row {
  display: flex;
}
.workoffer-offer-panel .offer-panel-element {
  flex: 33%;
}
.workoffer-offer-panel .offer-panel-image,
.workoffer-offer-panel .offer-panel-text {
  text-align: center;
  font-weight: bold;
}
.workoffer-offer-panel .offer-panel-image {
  margin-top: 2.9rem;
}
.workoffer-offer-panel .offer-panel-image.image-1 {
  margin-bottom: 2rem;
}
.workoffer-offer-panel .offer-panel-image.image-2 {
  margin-bottom: 1.6rem;
}
.workoffer-offer-panel .offer-panel-image.image-3 {
  margin-bottom: 2.5rem;
}
.workoffer-offer-panel .offer-panel-image img {
  margin: auto;
}
@media (max-width: 1023px) {
  .workoffer-offer-panel .offer-panel-row {
    display: block;
  }
  .workoffer-offer-panel .offer-panel-element {
    flex: 100%;
  }
}

/* Rejestr zmian - BIP */
.changes-header {
  margin-top: 2rem;
}

.inner-2 {
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.inner-2 .change-inline {
  display: flex;
}
.inner-2 h5 {
  margin-bottom: 0;
  margin-right: 3px;
}

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