.home {
  padding-top: 1rem;
}

body {
  background-color: var(--white);
}

.ilosc-opini {
  font-size: 1rem !important;
  color: var(--white);
  margin: 0.5rem 0;
}
@media (min-width: 992px) {
  .ilosc-opini {
    font-size: 1.5rem;
  }
}

.fp-nasze-nowosci {
  position: relative;
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .fp-nasze-nowosci {
    padding-bottom: 4rem;
  }
}

.primary-rectangle {
  display: none;
}
@media (min-width: 992px) {
  .primary-rectangle {
    height: 40%;
    top: 60%;
    left: 0;
    width: 100%;
    position: absolute;
    background: var(--primary);
    z-index: -1;
    display: block;
  }
}

.fp-hero {
  position: relative;
  padding-top: 91px;
  text-align: center;
}
@media (min-width: 992px) {
  .fp-hero {
    padding-top: 10rem;
  }
}

.hero-fp-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: white;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .hero-fp-text {
    width: 100%;
  }
}

.hero-fp-text-big {
  display: block;
  font-size: var(--display-1);
  line-height: 1.2;
}

.hero-fp-text-small {
  display: block;
  font-size: var(--display-2);
  line-height: 1.08;
}

@media (max-width: 991.99px) {
  .opinia-fp {
    padding-top: 2rem;
  }
}
.ocena-fp {
  font-weight: 700;
  color: var(--white);
  margin: 0.5rem 0;
  font-size: 1rem !important;
}
@media (min-width: 992px) {
  .ocena-fp {
    font-size: 2rem;
  }
}

.smuga {
  position: absolute;
  top: 0;
  left: -5%;
  z-index: -1;
  width: 85%;
  transform: rotate(143deg);
  opacity: 0.4;
}

.fp-podcasty {
  background-color: var(--navy);
}
.fp-podcasty .obraz-jak-dojechac .obraz-jak-dojechac-inner {
  height: calc(100% + 4rem);
  margin-top: -2rem;
  margin-bottom: -2rem;
  background-size: cover;
  background-position: center;
}
@media (max-width: 575.99px) {
  .fp-podcasty .obraz-jak-dojechac {
    display: none;
  }
}
.fp-podcasty .tekst-jak-dojechac {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: white !important;
}
@media (max-width: 575.99px) {
  .fp-podcasty .tekst-jak-dojechac {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.fp-podcasty .tekst-jak-dojechac .button-press.b-primary {
  background: var(--white) !important;
  color: var(--varblack) !important;
}
.fp-podcasty .tekst-jak-dojechac .button-press.b-primary svg {
  fill: var(--varblack) !important;
}
.fp-podcasty .tekst-jak-dojechac .single-podcast {
  margin-bottom: 1.5rem;
}
@media (max-width: 575.98px) {
  .fp-podcasty .tekst-jak-dojechac .single-podcast {
    justify-content: center;
  }
}
.fp-podcasty .tekst-jak-dojechac .single-podcast a {
  vertical-align: middle;
  display: inline-flex;
}
.fp-podcasty .tekst-jak-dojechac .single-podcast img {
  margin-bottom: 0;
  padding-right: 0.75rem;
}

.only-on-mobile-square-center {
  display: none;
}

@media (max-width: 575.98px) {
  .fp-jak-dojechac, .fp-jak-dojechac .tekst-jak-dojechac .tekst-informacje {
    background-color: white !important;
  }
  .bg-mobile-navy {
    background-color: var(--navy) !important;
  }
  .bg-mobile-navy h2 {
    color: white !important;
  }
  .only-on-mobile-square-center {
    display: block;
    aspect-ratio: 1/1;
    background-size: cover;
    background-position: center;
  }
  .no-bg-mobile {
    background-image: none !important;
  }
  .mail-phone {
    display: flex;
    column-gap: 24px;
  }
  .mail-phone ul {
    width: 50%;
  }
  .tekst-jak-dojechac .row.justify-content-center {
    justify-content: start !important;
  }
}
.nasza-oferta h3 {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 992px) {
  .opinia-fp {
    justify-content: end;
  }
  .opinia-fp img {
    height: 16px;
    width: auto;
  }
}
@media (max-width: 991.98px) {
  .opinia-fp {
    display: flex;
    column-gap: 12px;
    align-items: center;
    justify-content: center !important;
    padding-top: 0;
  }
  .opinia-fp img {
    height: 16px;
    width: auto;
  }
  .opinia-fp .ocena-fp, .opinia-fp .ilosc-opini {
    font-size: 1rem;
    margin: 0.25rem 0 !important;
  }
  .hero-fp-text-big {
    margin-top: 3rem;
  }
}
