.hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    clip-path: inset(0 0 100% 0);
}

.hero.hero-clip-in {
    animation: heroClip 1.1s ease-out forwards;
}

#bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.hero-content {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    z-index: 1;
    width: 100%;
}

.hero-content h2, .hero-content h1 {
    margin: 0;
    font-size: 2.5rem;
    color: white;
    text-align: left;
}

.hero-content p {
    margin: 10px 0;
    color: white;
    line-height: 1.2;
    font-size: 2rem;
}



.hero-content .columns {
    display: flex;
    align-items: center;
    margin-top: 10rem;
    gap: 2rem;
}
.hero-content .column {
    width: 43%;
    text-align: left;
}
.hero-content h2.space-mono {
    font-size: 3.2rem;
    line-height: 1.8;
}
.hero-content h1 {
    font-size: 9.6rem;
    font-family: 'Satoshi';
    font-weight: 300;
    line-height: 0.9;
}
.hero-content b {
    font-weight: 700;
}

@keyframes heroClip {
    from {
        clip-path: inset(0 0 100% 0);
    }
    to {
        clip-path: inset(0 0 0 0);
    }
}









/* Główne style slidera */
.slider-wrapper {
  display: flex;
  align-items: stretch;
  gap: 8px;
  max-width: 700px;
  margin: 0 auto;
}

/* Kontener slajdu */
.slider-container {
  position: relative;
  flex: 1;
  overflow: hidden;
  padding: 0;
  width: 350px;
  height: 320px;
}

/* Wrapper dla slide'ów */
.slides-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* Slajdy */
.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 13px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: var(--black);
  border-radius: 30px;
  box-shadow: -1px 13px 0px #BCBDC0;
  padding: 20px;
  box-sizing: border-box;
  transition: top 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  pointer-events: none;
}

.slide.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}

.slide-icon img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}
.slide-icon {
    margin-right: auto;
}
/* Liczba na slajdzie */
.slide-number {
  font-size: 9.6rem;
  font-weight: 400;
  color: white;
      margin-top: 2rem;
    margin-bottom: 5rem;
  margin-right: auto;
}

/* Tekst */
.slide-text {
    font-size: 18px;
    color: var(--blue);
    max-width: 80%;
    line-height: 1.5;
    text-align: left;
    margin-right: auto;
    font-weight: 900;
}
.counter-wrapper {
    color: #514E4F;
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 10;
}
/* Nawigacja (strzałki) - po prawej stronie, obok slidera */
.nav-controls {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}

.nav-button {
    background: #4caf5000;
    color: #231f20;
    border: none;
    border-radius: 50%;
    width: 28px;
    height: 50px;
    font-size: 24px;
    transition: background 0.3s, transform 0.2s, opacity 0.3s;
    cursor: pointer;
}
.nav-button:hover:not(.disabled) {
  transform: scale(1.1);
}
.nav-button.disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}

/* Licznik aktualnego slajdu */
#currentSlide {
  font-weight: bold;
  font-size: 16px;
}


section.section-2 {
    display: flex;
}

.slide-text::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--blue);
    margin-bottom: 10px; /* odstęp między kreską a tekstem */
}
.counter-wrapper {
    color: #514E4F;
    text-align: right;
}
.section-2 {
    background-color: var(--ecru);
}
section.section-2 {
    padding-top: 10%;
    padding-bottom: 10%;
}
.section-2 .kolumna-2 h2 {
    font-size: 3.2rem;
    font-weight: 300;
    line-height: 1.2;
    font-family: 'Satoshi';
}

.section-2 .kolumny {
    display: flex;
    gap: 6rem;
}
.section-2 .kolumna-2 p {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
}

.section-2 .kolumna-2 {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

section.sekcja-3 .full {
    display: flex;
    gap: 7.2rem;
    flex-direction: column;
}

.prezes {
    border: 1px solid white;
    border-radius: 80px;
    padding: 8px;
    width: fit-content;
}
.prezes h3 {
    font-size: 1.8rem;
    font-family: 'Space Grotesk';
    color: white;
    font-weight: 700;
}
.prezes p {
    color: white;
    font-family: 'Space Grotesk';
    font-size: 1.6rem;
	text-transform: capitalize;
}
.sekcja-3 .opis {
    display: flex;
    color: white;
    font-size: 2rem;
    line-height: 1.5;
    width: 65%;
    gap: 5rem;
}
.sekcja-3 .opis div {
    width: 45%;
}
.sekcja-3 .opis strong {
font-weight: 700;
}
section.sekcja-3, .sekcja-4 {
    padding-top: 10%;
    padding-bottom: 10%;
}
.sekcja-4 .kolumna-1 p {
    font-size: 2.4rem;
    font-weight: 500;
    font-family: 'Satoshi';
    line-height: 1.3;
}
a.accordion-title {
    color: var(--blue);
    font-size: 2.8rem;
    font-weight: 700;
    text-decoration: none;
}
.accordion .accordion-item {
    border: 1px solid var(--szary);
    margin-bottom: 2.4rem;
    padding: 2.8rem 4rem;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
        background-color: transparent;
}
.accordion .accordion-title {
    display: flex;
    cursor: pointer;
    position: relative;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    line-height: 1.2;
}
span.toggle-icon {
    display: flex;
}
.accordion .accordion-content {
    display: none;
}
.accordion .accordion-item.active .accordion-content {
    display: block;
    font-size: 2rem;
}
.accordion-content .opis {
    margin-top: 4.8rem;
    margin-bottom: 4.8rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    line-height: 1.3;
}
.full.sekcja-4 {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
p.mini-opis.mini-opis-preview {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.2;
}
.sekcja-4 .kolumna-1 {
    width: 27%;
    align-self: flex-start;
}
.kolumna-2.akordeon {
    width: 70%;
}

.sekcja-4 .kolumna-1 .nazwa-sekcji p {
    font-size: 1.4rem;
}

.przyklej {
    position: relative;
}

.przyklej.przyklej-sticky {
    position: fixed;
    top: 2rem;
    z-index: 10;
    transition: opacity 0.3s ease-out;
    opacity: 1;
}

.przyklej.przyklej-sticky.przyklej-fading {
    opacity: 0;
}
.full.wierzymy {
    display: flex;
    gap: 15rem;
}
.sekcja-5 h3 {
    color: white;
    font-family: 'Space Grotesk';
    font-size: 2rem;
    padding-top: 6rem;
}
.sekcja-5 h2 {
    font-size: 4.8rem;
    color: white;
    margin-bottom: 4rem;
}
.sekcja-5 .kolumna-1 {
    margin-left: 18%;
}
.sekcja-5 p {
    font-size: 2.4rem;
    color: white;
    line-height: 1.3;
}
.wierzymy .kolumna-2 {
    gap: 2rem;
}
.wierzymy, .sekcja-10 {
    padding-top: 5%;
    padding-bottom: 5%;
}
.sekcja-6 h2 {
    font-size: 6.4rem;
    font-weight: 400;
}
.potrzeby {
    display: flex;
    gap: 10rem;
    padding-top: 10%;
}
.sekcja-6 .kolumna-2 h3 {
    font-size: 3.2rem;
    font-weight: 300;
}
.sekcja-6 .kolumna-2 h3 span {
    color: var(--pink);
    font-weight: 700;
}
.sekcja-6 .kolumna-2 p {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
}
.sekcja-6 .kolumna-2 {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}
.sekcja-8 {
    place-items: center;
    padding-left: 35%;
    padding-right: 35%;
    padding-top: 8%;
    padding-bottom: 7%;
    display: flex;
    flex-direction: column;
}
.sekcja-8 p {
    font-size: 2.4rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.3;
}
.full.partnerstwa {
    display: flex;
    gap: 5rem;
}
.full.partnerstwa p {
    color: white;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 500;
}

.misot-carousel-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}


.misot-carousel {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    padding: 8rem 2rem;
    cursor: grab;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
}
.misot-carousel.is-dragging {
    cursor: grabbing;
    user-select: none;
}

.misot-carousel.grabbing {
    cursor: grabbing;
}

.misot-carousel::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}

/* 3 pełne kafelki + kawałek czwartego przy założeniu jakiejś szerokości kontenera */
.misot-tile {
    flex: 0 0 calc((100% - 3 * 24px) / 3.25);
    max-width: 420px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 30px;
    padding: 3.2rem;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    justify-content: space-between;
}

.misot-tile-dostawca {
    margin-top: 2.4rem;
}

.misot-tile-title {
    margin: 0 0 8px;
    font-size: 3.2rem;
    font-weight: 600;
}

.misot-tile-opis {
    margin-bottom: 10px;
    font-size: 0.95rem;
}

.misot-tile-operator,
.misot-tile-dostawca {
    font-size: 0.9rem;
    line-height: 1.2;
}



/* Strzałki – sekcja .sekcja-7.karuzela-no-right-margin; scrollbar ukryty */
.sekcja-7.karuzela-no-right-margin .misot-carousel-track {
    display: none;
}
.sekcja-7.karuzela-no-right-margin .misot-carousel-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    /* margin-bottom: 0.8rem; */
    padding-bottom: 5rem;
}
.sekcja-7.karuzela-no-right-margin .misot-carousel-prev,
.sekcja-7.karuzela-no-right-margin .misot-carousel-next {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.4rem;
    line-height: 0;
}
.sekcja-7.karuzela-no-right-margin .misot-carousel-prev img,
.sekcja-7.karuzela-no-right-margin .misot-carousel-next img {
    display: block;
    width: 28px;
    height: 28px;
}

.misot-carousel-range {
    appearance: none;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #DB0A7F, #2B5DA1);
    cursor: pointer;
    border-radius: 2px;
    outline: none;
	margin-bottom: 13rem;
}

.misot-carousel-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 33%;
    height: 8px;
    background: var(--pink);
    border-radius: 20px;
    cursor: pointer;
    background-color: var(--pink);
}

.misot-carousel-range::-moz-range-thumb {
    -moz-appearance: none;
    appearance: none;
    width: 33%;
    height: 8px;
    background: var(--pink);
    border-radius: 20px;
    cursor: pointer;
    background-color: var(--pink);
    border: 0px;
}

h3.misot-tile-title:first-letter {
    color: var(--blue);
}
.misot-tile-opis p {
    font-size: 2rem;
    line-height: 1.3;
    border-top: 1px solid black;
    padding-top: 2.4rem;
    margin-top: 4.2rem;
}
.misot-tile-operator strong, .misot-tile-dostawca strong {
    color: var(--blue);
    font-family: 'Space Grotesk';
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 700;
}

.misot-tile-operator p, .misot-tile-dostawca p {
    font-size: 1.6rem;
    font-weight: 600;
}
.misot-carousel-wrapper {
    width: 100%;
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: visible;
}
.misot-carousel {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    padding: 8rem 0rem;
    touch-action: pan-x;
}
.misot-carousel.is-dragging {
    cursor: grabbing;
    user-select: none;
}
.section-misot {          /* nazwa sekcji/kontenera strony, w którym siedzi shortcode */
    max-width: 1200px;    /* lub szerokość twojego kontenera */
    margin: 0 auto;
    overflow: hidden;     /* tnie wszystko, co wyjedzie poza kontener strony */
}
.slick-slide img {
    display: block;
    border-radius: 30px;
    width: 100%;
    object-fit: cover;
    height: 200px;
}
.karuzela-data {
    font-size: 1.2rem;
    padding-top: 2rem;
    font-weight: 400;
}
h3.karuzela-tytul {
    font-size: 2.4rem;
    font-weight: 800;
}
p.karuzela-opis {
    font-size: 1.4rem;
    line-height: 1.3;
    padding-top: 1.6rem;
    font-weight: 400;
}
h3.karuzela-tytul {
    font-size: 2.4rem;
    font-weight: 500;
    padding-top: 0.4rem;
    line-height: 1.2;
}
.wpisy-karuzela .slick-track {
    display: flex;
    gap: 2rem;
}
.wpisy-karuzela-wrapper {
    padding-bottom: 5%;
}

.sekcja-11 {
    padding-bottom: 5%;
}

.carousel-wrapper {
  overflow: hidden;
}







.wpisy-karuzela.slick-initialized.slick-slider button img {
    width: 30px;
}












.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 54px;
  margin-top: 20px;
}

.grid-item {
    text-align: center;
    display: flex;
    gap: 2.4rem;
    border: 1px solid var(--blue);
    padding: 2.4rem;
    border-radius: 15px;
    padding-left: 0px;
    align-items: center;
}

.grid-item img {
    width: 63px;
    height: 63px;
    margin-left: -30px;
    background-color: white;
    padding: 4px;
}
.grid-item h3 {
  margin: 0 0 5px 0;
  font-family: 'Space Grotesk';
  text-transform: lowercase;
      font-weight: 700;
}

.grid-item p {
    margin: 0;
    color: var(--black);
    font-weight: 400;
    line-height: 1.1;
}



.grid-item div {
    text-align: left;
    font-size: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wsparcie-operatorow {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10%;
    padding-bottom: 10%;
        gap: 10rem;
}
.wsparcie-tekst h2 {
    font-size: 3.2rem;
    line-height: 1.2;
    font-weight: 400;
}
.ikony-grid {
    width: 50%;
}
.wsparcie-tekst {
    width: 50%;
}
.wsparcie-tekst strong {
    font-weight: 700;
}
.kontakt-sekcja {
    display: flex;
    gap: 4rem;
    padding-top: 5%;
    padding-bottom: 5%;
}
.adres, .kontakt-kolumna {
    width: 50%;
}
.sekcja-13 {
    padding-top: 5%;
    padding-bottom: 5%;
}
.adres h2, .kontakt-kolumna h2, .kontakt-kolumna a {
    font-size: 3.2rem;
    color: inherit;
    text-decoration: none;
}
.adres p, .kontakt-kolumna p {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
}
.adres h2, .dane-kontakt {
    margin-bottom: 5.6rem;
}

.prezes {
    display: flex; align-items: center; gap: 30px; flex-wrap: wrap; padding-right: 3rem;
}

.sekcja-3 {
    background-size: cover;
    background-color: #00284d;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.prezes img {
    width: 100px; height: 100px;
}
.accordion-content .opis strong {
    font-weight: 800;
}
.wierzymy .kolumna-1 video {
    width: 100%; height: 100%; object-fit: cover; display: block;
}
.misiek {
    position: absolute; 
	bottom: 0; 
	width: 30%; 
	height: 75%; 
	z-index: 2;
    right: -120px;
    top: 29rem;
}
#sekcja-12 .container {
    padding-left: 2rem;
    padding-right: 2rem;
}



.tab-icon {
    transition: transform 0.3s ease;
}

/* DOMYŚLNIE – ZWINIĘTA */
.tab:not(.active) .tab-icon {
    content: url("https://misot.pl/wp-content/uploads/2025/12/ikony-tab.svg");
}

/* ROZWINIĘTA */
.tab.active .tab-icon {
    content: url("https://misot.pl/wp-content/uploads/2025/12/zwin.svg");
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, transform 0.5s ease, opacity 0.5s ease;
    transform: translateY(20px);
    opacity: 0;
}

.accordion-item.active .accordion-content {
    max-height: 1000px; /* duża wartość, aby zmieścić treść */
    transform: translateY(0);
    opacity: 1;
}

/* Opcjonalnie styl ikonki toggle */
.accordion-title .icon-toggle {
    transition: transform 0.3s ease;
}

.accordion-item.active .accordion-title .icon-toggle {
    transform: rotate(180deg); /* jeśli chcesz obrót ikonki przy otwarciu */
}

.accordion-cta-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem 1.5rem;
    margin-top: 1.5rem;
}

.slick-prev:before,
.slick-next:before {
    content: none !important;
    display: none !important;
}

span.informacja {
    font-size: 1.4rem;
    line-height: 120%;
}



form.wpcf7-form.init {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
    display: inline-flex;
}
.osoba .wpcf7-form-control-wrap {
    width: 50%;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
}
form.wpcf7-form .osoba p, form.wpcf7-form.sent .osoba p, form.wpcf7-form.resetting .osoba p, form.wpcf7-form.submitting .osoba p, form.wpcf7-form.invalid .osoba p {
    display: flex;
    gap: 2rem;
    flex-direction: row;
}

.partner-logo img {
    max-height: 101px;
    max-width: 280px;
}
.partner-logo {
    align-content: center;
}














@media (max-width:1024px) {
    .full.sekcja-4 {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}
.sekcja-4 .kolumna-1 {
    width: 100%;
}
.kolumna-2.akordeon {
    width: 100%;
}
.full.wierzymy, .potrzeby {
    gap: 4rem;
}
.misot-tile {
        flex: 0 0 calc((80% - 20px) / 2); /* 2 kafelki w pełni, trzeci częściowo */
    }
    .misot-carousel {
        width: calc(100% + 10px); /* Umożliwia częściowe wyświetlenie trzeciego kafelka */
        margin-right: -10px; /* Przesunięcie, by zobaczyć część trzeciego */
    }
    .sekcja-3 .opis {
    width: 100%;
}
.sekcja-5 .kolumna-1 {
    margin-left: 8%;
}
.sekcja-8 {
    padding-left: 25%;
    padding-right: 25%;
}
.wsparcie-operatorow {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4rem;
    flex-direction: column;
}
.wsparcie-tekst {
    width: 100%;
}
.ikony-grid {
    width: 100%;
}
.hero {
    height: 65vh;
}
}

/* Dopuszczalne media dla responsywności */
@media(max-width: 768px){
  .section-2 .kolumny {
    gap: 3rem;
}
.wsparcie-operatorow, .wierzymy, .sekcja-10, .kontakt-sekcja {
    padding-top: 10%;
    padding-bottom: 10%;
}
.wpisy-karuzela-wrapper, .sekcja-11  {
    padding-bottom: 10%;
}
.hero-content h1 {
    font-size: 6.4rem;
}
}


@media(max-width: 600px){

.hero {
        height: 100vh;
    }
    .hero-content .columns {
    align-items: flex-start;
    flex-direction: column;
}
.hero-content .column {
    width: 100%;
    text-align: left;
    line-height: 1.2;
}
.section-2 .kolumny {
    display: flex;
    flex-direction: column-reverse;
}
.prezes {
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}
.prezes h3 {
    font-size: 1.6rem;
}
.prezes p {
    font-size: 1.4rem;
}
.sekcja-3 .opis {
    gap: 2.4rem;
    flex-direction: column;
    font-size: 1.8rem;
}
.sekcja-3 .opis div {
    width: 100%;
}
.section-2, .sekcja-3, .sekcja-4, .wierzymy, .wsparcie-operatorow, .kontakt-sekcja {
padding-bottom: 25%;
padding-top: 25%;
}
.potrzeby {
    padding-top: 25%;
}
section.section-2, section.sekcja-3, .sekcja-4 {
    padding-top: 25%;
    padding-bottom: 25%;
}
.sekcja-3 {
    background-size: cover;
    background-color: #00284d;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.prezes img {
    width: 80px;
    height: 80px;
}
.accordion .accordion-item {
    padding: 2.4rem;
}
a.accordion-title {
    font-size: 2.2rem;
    font-weight: 900;
}
.accordion-content .opis p {
    font-size: 1.8rem;
}
.accordion .accordion-item {
    margin-bottom: 1.6rem;
}
.wierzymy {
    display: flex;
    flex-direction: column;
}
    .wierzymy .kolumna-1 video {
        width: 240px;
        height: 430px;
        object-fit: cover;
        display: block;
        border-radius: 20px;
        z-index: 9;
        position: relative;
    }
    .sekcja-5 .kolumna-1 {
        margin-left: 0%;
    }
    .misiek {
    position: absolute;
    bottom: 34%;
    left: 63%;
    width: 56%;
    right: 0;
    height: 75%;
    z-index: 2;
}
.sekcja-5 h3 {
    font-size: 1.8rem;
}
.sekcja-5 h2 {
    font-size: 3.6rem;
}
.sekcja-5 p, .sekcja-8 p {
    font-size: 2rem;
}
.opakowane.potrzeby {
    display: flex;
    flex-direction: column;
}
.sekcja-6 h2 {
    font-size: 4rem;
}
.sekcja-6 .kolumna-2 h3, .wsparcie-tekst h2 {
    font-size: 2.4rem;
}
.sekcja-6 .kolumna-2 {
    gap: 3.2rem;
}
.misot-tile {
        flex: 0 0 calc(100% - 20px);
        width: calc(100% - 20px);
        margin-right: 20px;
    }

    .misot-carousel {
        gap: 0;
    }
    .misot-tile {
        flex: 0 0 calc(85% - 20px);
        width: calc(100% - 20px);
        margin-right: 20px;
    }
.misot-tile-title {
    font-size: 2.6rem;
}
.misot-tile-opis p, .grid-item h3, .grid-item p {
    font-size: 1.8rem;
}
    .sekcja-8 {
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 25%;
                padding-bottom: 25%;
    }
h3.karuzela-tytul {
    font-size: 2rem;
    line-height: 1.2;
}
.full.partnerstwa {
    gap: 0rem;
    flex-direction: column;
}
.grid-container {
    display: flex;
    gap: 20px 54px;
    flex-direction: column;
    margin-left: 3rem;
    margin-right: 7rem;
}
.kontakt-sekcja {
    flex-direction: column;
}
.adres, .kontakt-kolumna {
    width: 100%;
}
.adres h2, .dane-kontakt {
    margin-bottom: 4rem;
}
.kontakt-sekcja .nazwa-sekcji.blue-bg {
margin-top: 2.4rem;
}
.dane-kontakt {
    margin-bottom: 6.4rem;
}



.hero {
    height: 75vh;
}
.hero-content {
    top: 60%;
}
.hero-content h2.space-mono, .section-2 .kolumna-2 h2 {
    font-size: 2.4rem;
}
.hero-content h1 {
        font-size: 5.6rem;
    }
.hero-content .columns {
    margin-top: 6.4rem;
}
.hero-content p {
    font-size: 1.8rem;
}
.section-2 .kolumna-2 {
    gap: 3.2rem;
}
.slide-number {
    font-size: 7.2rem;
}
[class*="col-"] {
    width: 100%;
}
section.sekcja-3 .full {
    gap: 5.6rem;
}
.sekcja-4 .kolumna-1 p {
    font-size: 2rem;
}
p.mini-opis.mini-opis-preview {
    font-size: 1.4rem;
}
.accordion-content .opis {
    margin-top: 1rem;
    margin-bottom: 1.6rem;
}
.potrzeby {
    gap: 5.6rem;
}
    .misot-tile {
        padding: 3.2rem 1.6rem;
        display: flex;
        justify-content: space-between;
    }
.misot-tile-opis p {
    margin-top: 4rem;
}

.misot-tile-dostawca {
    margin-top: 2.4rem;
}
   .sekcja-10 {
        padding-top: 15%;
    }
 .sekcja-11 {
        padding-bottom: 15%;
    }
form.wpcf7-form .osoba p, form.wpcf7-form.init .osoba p, form.wpcf7-form.sent .osoba p, form.wpcf7-form.submitting .osoba p, form.wpcf7-form.resetting .osoba p, form.wpcf7-form.invalid .osoba p {
    display: flex;
    gap: 2rem;
    flex-direction: column;
}
}

