.subsite .content {
  padding-top: 100px;
  padding-bottom: 100px;
}
.alert-success {
  margin-bottom: 2rem;
}
.alert-success p {
  color: #155724;
}
.sl-wrapper .sl-navigation button.sl-next, .sl-wrapper .sl-navigation button.sl-prev {
  font-size: 6rem;
}
.about {
  display: grid;
  grid-template-columns: 1fr 50%;
}
@media (max-width: 61.99em) {
  .about {
    grid-template-columns: 100%;
    justify-items: center;
  }
}
.about__content {
  max-width: 100%;
  width: 100%;
}
.about__image .slick-arrow {
  display: none !important;
}
.about__image h3 {
  display: none !important;
}
.about__image .gallery {
  grid-gap: 0;
}
.estate__homes svg path.wolne {
  fill: #4caf50;
}
.estate__homes svg path.zarezerwowane {
  fill: #ffc107;
}
.estate__homes svg path.sprzedane {
  fill: #ff3324;
}
.form .submitSection {
  grid-template-columns: 100%;
}
.form .form__rodo p {
  color: #595F64;
  font-size: 12px;
  line-height: 1.2;
}
.form .form__rodo p:last-child {
  margin-top: 10px;
}
.flat-list__item-value .price {
  text-align: center;
}
.flat-list__item-value .price span {
  display: flex;
  column-gap: 3px;
}
.flat-list__item-value .price small {
  font-size: 13px;
  display: block;
}
@media (min-width: 992px) and (max-width: 93.74em) {
  .flat-list__head, .flat-list__item {
    grid-template-columns: 1fr 2fr 2fr 2fr 2fr 2fr;
    padding-right: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .flat-list__item-value a, .flat-list__item-value button {
    padding: 5px 5px;
  }
  .estate__content {
    column-gap: 0;
  }
  .flat-list__text, .flat-list__head, .flat-list__item {
    padding-left: 30px;
  }
}
.price-history {
  margin: 0;
  padding: 0;
}
.price-history li {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 10px;
  padding: 10px;
}
@media (max-width: 47.99em) {
  .price-history li {
    padding-left: 0;
    padding-right: 0;
  }
}
.price-history li.current {
  font-weight: 700;
  grid-template-columns: 100%;
}
.price-history li.titles span {
  font-weight: 700;
}
.price-history li:not(:last-child) {
  border-bottom: 1px solid var(--hr-color);
}
.price-history li::before {
  display: none;
}
.price-history li span {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5px;
  align-items: center;
  line-height: 1.2;
}
@media (max-width: 31.25em) {
  .price-history li span {
    font-size: 0.875rem;
  }
}
.price-history li .percent {
  font-size: 0.875rem;
}
.price-history li .percent.up {
  color: red !important;
}
.price-history li .percent.down {
  color: green !important;
}
