/* CSS dedykowany dla strony Utylizacja */

:root {
  --utyl_font-h1-weight: 700;
  --utyl_font-h2-weight: 700;
  --utyl_textBig-weight: 700;

  --utyl_font-h1-size: 32px;
  --utyl_font-h2-size: 24px;
  --utyl_textBig-size: 20px;
  --utyl_textNormal-size: 16px;
  --utyl_textSmall-size: 10px;
  --utyl_textCategory-size: 20px;

  --utyl_font-h1-line: 43px;
  --utyl_font-h2-line: 32px;
  --utyl_textBig-line: 32px;
  --utyl_textNormal-line: 28px;
  --utyl_textSmall-line: 14px;
  --utyl_textCategory-line: 20px;
}

@media (max-width: 768px) {
  :root {
    --utyl_font-h1-size: 26px;
    --utyl_font-h2-size: 18px;
    --utyl_textNormal-size: 13px;
    --utyl_textSmall-size: 11px;
    --utyl_textCategory-size: 16px;

    --utyl_font-h1-line: 32px;
    --utyl_font-h2-line: 24px;
    --utyl_textBig-line: 24px;
    --utyl_textNormal-line: 24px;
    --utyl_textSmall-line: 14px;
    --utyl_textCategory-line: 16px;
  }
}


.head-content-section {
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 26px 23px;
}

.head-content-section a {
  display: flex;
  top: -15px;
  left: 23px;
  font-family: Open Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: var(--font_size_small);
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: var(--post_backToCategory_color);
}


.utylizacja-static-content {
  max-width: 1440px;
  margin: 0 auto;
}

.utylizacja-static-content .section-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  justify-content: space-between;
  padding: 0 23px;
}

.utylizacja-static-content .section-1 .left-box {
  margin-bottom: 20px;
  /* max-width: 660px; */
  align-items: start !important;
  justify-content: start !important;
  min-width: 585px;
}

.utylizacja-static-content .section-1 .left-box .post-category {
  font-family: Open Sans;
  font-weight: var(--utyl_font-h1-weight);
  font-style: Bold;
  font-size: var(--utyl_textCategory-size);
  line-height: var(--utyl_textCategory-line);
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #9EB203;
  text-decoration: none;
  padding-bottom: 10px;
}


.utylizacja-static-content h1 {
  font-family: Open Sans;
  font-weight: var(--utyl_font-h1-weight);
  font-style: Bold;
  font-size: var(--utyl_font-h1-size);
  line-height: var(--utyl_font-h1-line);
  letter-spacing: 0%;
  vertical-align: middle;
  color: #333 !important;
}

.utylizacja-static-content h1.subtitle {
  font-family: Open Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: var(--utyl_font-h1-size);
  line-height: var(--utyl_font-h1-line);
  letter-spacing: 0%;
  vertical-align: middle;
  color: #333 !important;
  margin-bottom: 10px;
  padding-bottom: 12px;
  position: relative;
}

.utylizacja-static-content h1.subtitle::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 2px;
  background-color: #9EB203;
}

.utylizacja-static-content .section-1 .left-box span.subtitle-2 {
  font-family: Open Sans;
  font-weight: var(--utyl_font-h1-weight);
  font-style: Bold;
  font-size: var(--utyl_textNormal-size);
  line-height: var(--utyl_textNormal-line);
  letter-spacing: 0%;
  vertical-align: middle;
  color: #333 !important;
}

.utylizacja-static-content p.text {
  font-family: Open Sans;
  font-size: var(--utyl_textNormal-size);
  line-height: var(--utyl_textNormal-line);
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000 !important;
  max-width: 625px;
  margin: 30px 0;
}



.utylizacja-static-content button {
  gap: 10px;
  opacity: 1;
  border-radius: 8px;
  padding-top: 7px;
  padding-right: 40px;
  padding-bottom: 7px;
  padding-left: 40px;
  background: var(--newsletter_button_color) !important;
  font-family: Roboto;
  font-weight: 600;
  font-style: SemiBold;
  font-size: var(--font_size_normal);
  line-height: 21px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #FFF;
  margin-top: 5px;
  max-width: 380px;
}

.utylizacja-static-content button:hover {
  background: var(--newsletter_button_hover_color) !important;
}

.utylizacja-static-content .section-1 button {
  grid-area: btn;
}

.utylizacja-static-content .section-1 picture {
  display: flex;
  justify-content: center;
  align-items: center;
}

.utylizacja-static-content .section-1 img {
  /* width: 100%; */
  /* min-width: 480px; */
  /* max-width: 660px; */
  max-width: 362px;
  height: auto;
  max-height: 400px;
  border-radius: 8px;
}


.utylizacja-static-content .section-2 {
  margin: 70px 0;

  position: relative;
}

.utylizacja-static-content .section-2 img {
  height: 322px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}

.utylizacja-static-content .section-2 .text-box {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 30px;
  text-align: center;
  padding: 0 23px;
}

.utylizacja-static-content .section-2 .text-box h1 {
  color: #FFFFFF !important;
  font-family: Open Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: var(--utyl_font-h1-size);
  line-height: var(--utyl_font-h1-line);
  letter-spacing: 0%;
  vertical-align: middle;
}

.utylizacja-static-content .section-2 .text-box h1.bold {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: var(--utyl_font-h1-weight);
  white-space: nowrap;
  font-size: min(var(--utyl_font-h1-size), 3vw);
}

.utylizacja-static-content .section-2 .text-box h1 span {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}




.utylizacja-static-content .section-3 {
  display: flex;
  gap: 36px;
  justify-content: space-between;
  padding: 0 23px;
}

.utylizacja-static-content .section-3 img {
  width: 100%;
  max-width: 660px;
  /* width: 660px; */
  height: auto;
  /* border: 1px dashed black; */

  /* TEMP */
  max-height: 430px;
}

.utylizacja-static-content .section-3 .right-box {
  /* max-width: 620px; */
  min-width: 620px;

}


/* Sekcja 4 */
.utylizacja-static-content .section-4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin: 70px 0;
  padding: 0 23px;
}

.utylizacja-static-content .section-4 h1 {
  font-family: Open Sans;
  font-weight: var(--utyl_font-h1-weight);
  font-style: Bold;
  font-size: var(--utyl_font-h1-size);
  line-height: var(--utyl_font-h1-line);
  letter-spacing: 0%;
  vertical-align: middle;
  color: #333 !important;
  padding-bottom: 12px;
  border-bottom: 2px solid #9EB203;
  width: fit-content;
}

.utylizacja-static-content .section-4 .box {
  display: flex;
  gap: 36px;
  justify-content: stretch;
  /* flex-wrap: wrap; */
  flex: 1 1 50%;
  width: 100%;
}

.utylizacja-static-content .section-4 .box .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  /* max-width: 650px; */
  width: 100%;
  border: 1px solid #E6F5CD;
  background: #FFFFFF;
  box-shadow: 0px 24px 40px 0px #60617014;


  /* justify-content: space-between; */
  border-radius: 14px;
  padding: 20px;

}


.utylizacja-static-content .section-4 .box .card img {
  width: 45px;
  height: 45px;
  /* border: 1px dashed #000; */
}

.utylizacja-static-content .section-4 .box .card .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.utylizacja-static-content .section-4 .box .card .card-content h2.card-title {
  font-family: Open Sans;
  font-weight: var(--utyl_font-h2-weight);
  font-style: Bold;
  font-size: var(--utyl_font-h2-size);
  line-height: var(--utyl_font-h2-line);
  letter-spacing: 0%;
  vertical-align: middle;
  color: #333 !important;
}

.utylizacja-static-content .section-4 .box .card .card-content p.card-text {
  font-family: Open Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: var(--utyl_textNormal-size);
  line-height: var(--utyl_textNormal-line);
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000 !important;
  text-align: center;
  max-width: 410px;
}





/* SEKCJA 5 */

.utylizacja-static-content .section-5 {
  display: flex;
  flex-direction: column;
  margin: 70px 0;
  padding: 0 23px;
}

.utylizacja-static-content .section-5 h1 {
  font-family: Open Sans;
  font-weight: var(--utyl_font-h1-weight);
  font-style: Bold;
  font-size: var(--utyl_font-h1-size);
  line-height: var(--utyl_font-h1-line);
  letter-spacing: 0%;
  vertical-align: middle;
  color: #333 !important;
  margin-bottom: 10px;
  padding-bottom: 12px;
  position: relative;

}

.utylizacja-static-content .section-5 h1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 2px;
  background-color: #9EB203;
}

.utylizacja-static-content .section-5 p.text {
  font-family: Open Sans;
  font-size: var(--utyl_textNormal-size);
  line-height: var(--utyl_textNormal-line);
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000 !important;
  max-width: unset;
  margin: 30px 0;
}

.utylizacja-static-content .section-5 .box {
  display: flex;
  flex-direction: row;
  gap: 30px;
  justify-content: space-around;
}

.utylizacja-static-content .section-5 .box .card {
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-template-rows: 1fr 1fr;
  grid-template-areas:
    "number content"
    "number content";

  gap: 15px;
  border-radius: 14px;
  padding: 20px;
  background-color: #FFFFFF;
  border: 1px solid #E6F5CD;
  box-shadow: 0px 24px 40px 0px #60617014;
}

.utylizacja-static-content .section-5 .box .card .card-number {
  grid-area: number;
  font-family: Open Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0%;
  color: #9EB203 !important;
}

.utylizacja-static-content .section-5 .box .card .card-content {
  grid-area: content;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.utylizacja-static-content .section-5 .box .card .card-content h2.card-title {
  font-family: Open Sans;
  font-weight: var(--utyl_font-h2-weight);
  font-style: Bold;
  font-size: var(--utyl_font-h2-size);
  line-height: var(--utyl_font-h2-line);
  letter-spacing: 0%;
  vertical-align: middle;
  color: #333 !important;
}

.utylizacja-static-content .section-5 .box .card .card-content p.card-text {
  font-family: Open Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: var(--utyl_textNormal-size);
  line-height: var(--utyl_textNormal-line);
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000 !important;
}

.utylizacja-static-content .section-5 button {
  margin: 0 auto;
  margin-top: 30px;
}





/* Sekcja 6 */

.utylizacja-static-content .section-6 {
  display: flex;
  flex-direction: row;
  gap: 30px;
  justify-content: space-around;
  margin: 70px 0;
  padding: 0 23px;
}

.utylizacja-static-content .section-6 img {
  /* width: 100%; */
  /* max-width: 660px; */
  height: auto;
  /* border: 1px dashed #000; */
  max-height: 400px;
  max-width: 430px;
}

.utylizacja-static-content .section-6 .right-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.utylizacja-static-content .section-6 .right-box h1 {
  font-family: Open Sans;
  font-weight: var(--utyl_font-h1-weight);
  font-style: Bold;
  font-size: var(--utyl_font-h1-size);
  line-height: var(--utyl_font-h1-line);
  letter-spacing: 0%;
  vertical-align: middle;
  color: #333 !important;
  position: relative;
  padding-bottom: 12px;
}

.utylizacja-static-content .section-6 .right-box h1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 2px;
  background-color: #9EB203;
}

.utylizacja-static-content .section-6 .right-box p.text {
  font-family: Open Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: var(--utyl_textNormal-size);
  line-height: var(--utyl_textNormal-line);
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000 !important;
}



/* Sekcja 7 */

.utylizacja-static-content .section-7 {
  display: grid;
  grid-template-columns: 750px 1fr;
  gap: 30px;
  justify-content: space-around;
  margin: 70px 0 70px 0;
  background: #F0F0F0;
}

.utylizacja-static-content .section-7 .left-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 20px 44px;
  /* min-width: 740px; */
  max-width: 740px;
}

.utylizacja-static-content .section-7 .left-box h1 {
  font-family: Open Sans;
  font-weight: var(--utyl_font-h1-weight);
  font-style: Bold;
  font-size: var(--utyl_font-h1-size);
  line-height: var(--utyl_font-h1-line);
  letter-spacing: 0%;
  color: #333 !important;
  position: relative;
  padding-bottom: 12px;
}

.utylizacja-static-content .section-7 .left-box h1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 2px;
  background-color: #9EB203;
}

.utylizacja-static-content .section-7 .left-box ol {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 30px 0;
}

.utylizacja-static-content .section-7 .left-box ol li {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.utylizacja-static-content .section-7 .left-box ol li h2.subtitle {
  font-family: Open Sans;
  font-weight: var(--utyl_font-h2-weight);
  font-style: Bold;
  font-size: var(--utyl_font-h2-size);
  line-height: var(--utyl_font-h2-line);
  letter-spacing: 0%;
  color: #333 !important;
}

.utylizacja-static-content .section-7 .left-box ol li span.text {
  font-family: Open Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: var(--utyl_textNormal-size);
  line-height: var(--utyl_textNormal-line);
  letter-spacing: 0%;
  color: #000 !important;
}

.utylizacja-static-content .section-7 .left-box button {
  margin-bottom: 10px;
}


.utylizacja-static-content .section-7 img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  object-position: center;
  /* max-height: 500px; */
}







.utylizacja-static-content .section-8 {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 890px;
  padding: 0 23px 0 23px;
  margin: 0 auto;
}

.utylizacja-static-content .section-8 h2.subtitle {
  font-family: Open Sans;
  font-weight: 400;
  /* font-style: Bold; */
  font-size: var(--utyl_font-h2-size);
  line-height: var(--utyl_font-h2-line);
  letter-spacing: 0%;
  text-align: center;
  color: #333 !important;
}

.utylizacja-static-content .section-8 h1 {
  font-family: Open Sans;
  font-weight: var(--utyl_font-h1-weight);
  font-style: Bold;
  font-size: var(--utyl_font-h1-size);
  line-height: var(--utyl_font-h1-line);
  letter-spacing: 0%;
  text-align: center;
  color: #333 !important;
  position: relative;
  padding-bottom: 8px;
}

.utylizacja-static-content .section-8 h1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 2px;
  background-color: #9EB203;
}

.utylizacja-static-content .section-8 .box {
  display: flex;
  margin: 30px 0;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  row-gap: 30px;
}





.utylizacja-static-content .section-8 .box form {
  max-width: 370px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
    "subtitle subtitle"
    "input-1 input-2"
    "input-3 input-3"
    "input-4 input-5"
    "drop-options drop-options"
    "message message"
    "newsletter newsletter"
    "term term"
    "btn btn"
  ;
  row-gap: 15px;
  column-gap: 10px;
  margin: 0 auto;
}

.utylizacja-static-content .section-8 .box h3.subtitle-3 {
  grid-area: subtitle;
  font-family: Roboto;
  font-weight: 600;
  font-style: SemiBold;
  font-size: var(--utyl_textBig-size);
  line-height: var(--utyl_textBig-line);
  letter-spacing: 0%;
  text-align: center;
  color: #333 !important;

}

.utylizacja-static-content .section-8 .box form #utyl-name {
  grid-area: input-1;
}

.utylizacja-static-content .section-8 .box form #utyl-nazwisko {
  grid-area: input-2;
}

.utylizacja-static-content .section-8 .box form #utyl-company {
  grid-area: input-3;
}

.utylizacja-static-content .section-8 .box form #utyl-tel {
  grid-area: input-4;
}

.utylizacja-static-content .section-8 .box form #utyl-email {
  grid-area: input-5;
}

.utylizacja-static-content .section-8 .box form .drop-options {
  grid-area: drop-options;
  display: flex;
  gap: 10px;
}

.utylizacja-static-content .section-8 .box form .drop-options label {
  font-family: Open Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: var(--utyl_textSmall-size);
  line-height: var(--utyl_textSmall-line);
  letter-spacing: 0%;
  color: #333;
}

.utylizacja-static-content .section-8 .box form .drop-options .drop-option {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 2px;
}

.utylizacja-static-content .section-8 .box form #utyl-msg {
  grid-area: message;
}

.utylizacja-static-content .section-8 .box form .checkbox-term {
  grid-area: term;
  display: flex;
  align-items: start;
  /* justify-content: center; */
  gap: 10px;
  font-family: Open Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: var(--utyl_textSmall-size);
  line-height: var(--utyl_textSmall-line);
  letter-spacing: 0%;

}

.utylizacja-static-content .section-8 .box form .checkbox-newsletter {
  grid-area: newsletter;
  display: flex;
  align-items: start;
  /* justify-content: center; */
  gap: 10px;
  font-family: Open Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: var(--utyl_textSmall-size);
  line-height: var(--utyl_textSmall-line);
  letter-spacing: 0%;
}

.utylizacja-static-content .section-8 .box form .checkbox-term label,
.utylizacja-static-content .section-8 .box form .checkbox-newsletter label {
  font-family: Open Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: var(--utyl_textSmall-size);
  line-height: var(--utyl_textSmall-line);
  letter-spacing: 0%;
}


.utylizacja-static-content .section-8 .box form .input-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-self: start;
}

.utylizacja-static-content .section-8 .box form input[type="text"],
.utylizacja-static-content .section-8 .box form input[type="number"],
.utylizacja-static-content .section-8 .box form input[type="email"],
.utylizacja-static-content .section-8 .box form input[type="tel"],
.utylizacja-static-content .section-8 .box form select,
.utylizacja-static-content .section-8 .box form textarea {
  border: 1px solid #333333;
  padding: 8px 15px;
  border-radius: 5px;
  width: 100%;
  min-height: 50px;
  background: #fff;
  color: #333;
  resize: none;
  font-size: var(--font_size_normal);
}

.utylizacja-static-content .section-8 .box form select {
  padding: 15px 12px 15px 12px;
}

.utylizacja-static-content .section-8 .box form select option {
  color: #333;
}


.utylizacja-static-content .section-8 .box form button {
  grid-area: btn;
  opacity: 1;
  border-radius: 8px;
  padding-top: 7px;
  padding-right: 40px;
  padding-bottom: 7px;
  padding-left: 40px;
  background: var(--newsletter_button_color) !important;
  font-family: Roboto;
  font-weight: 600;
  font-style: SemiBold;
  font-size: var(--font_size_normal);
  line-height: 21px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #FFF;
  max-width: 220px;
  place-self: center;
}

.utylizacja-static-content .section-8 .box form button:hover {
  background: var(--newsletter_button_hover_color) !important;
}

.utylizacja-static-content .section-8 .box form input.error,
.utylizacja-static-content .section-8 .box form select.error,
.utylizacja-static-content .section-8 .box form textarea.error {
  border: 1px solid red;
  background-color: #fffafb;
}

.utylizacja-static-content .section-8 .box form .error-msg {
  display: block;
  margin-top: 4px;
}










.utylizacja-static-content .section-8 .box .content-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
  text-align: center;
  margin: 0 auto;
}

.utylizacja-static-content .section-8 .box .content-box p.text {
  max-width: 300px;
}


.utylizacja-static-content .section-8 .box .content-box .contact-box {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.utylizacja-static-content .section-8 .box .content-box .contact-box .u-name,
.utylizacja-static-content .section-8 .box .content-box .contact-box .u-lore {
  font-family: Open Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: var(--utyl_textBig-size);
  line-height: var(--utyl_textBig-line);
  letter-spacing: 0%;
  text-align: center;
  color: #333;
}

.utylizacja-static-content .section-8 .box .content-box .contact-box .u-mail-wrapper,
.utylizacja-static-content .section-8 .box .content-box .contact-box .u-tel-wrapper {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
}

.utylizacja-static-content .section-8 .box .content-box .contact-box svg {
  color: #9EB203;
}










.utylizacja-static-content .section-9 {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 750px;
  padding: 0 23px;
  margin: 70px auto;
}

.utylizacja-static-content .section-9 h1 {
  font-family: Open Sans;
  font-weight: var(--utyl_font-h1-weight);
  font-style: Bold;
  font-size: var(--utyl_font-h1-size);
  line-height: var(--utyl_font-h1-line);
  letter-spacing: 0%;
  text-align: center;
  color: #333 !important;
  position: relative;
  padding-bottom: 8px;
  border-bottom: 2px solid #9EB203;
}


.utylizacja-static-content .section-9 .faq-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 30px 0;
}

.utylizacja-static-content .section-9 .faq-box summary {
  font-family: Open Sans;
  font-weight: var(--utyl_font-h2-weight);
  font-style: Bold;
  font-size: var(--utyl_font-h2-size);
  line-height: var(--utyl_font-h2-line);
  letter-spacing: 0%;
  color: #333333;
  width: 100%;
  list-style: none;
  position: relative;
  cursor: pointer;
  padding-right: 40px;
}

.utylizacja-static-content .section-9 .faq-box p {
  font-family: Open Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: var(--utyl_textNormal-size);
  line-height: var(--utyl_textNormal-line);
  letter-spacing: 0%;
  color: #000;
  padding: 20px 50px 20px 0;
}

.utylizacja-static-content .section-9 .faq-box summary::-webkit-details-marker {
  display: none;
}

.utylizacja-static-content .section-9 .faq-box summary::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}

.utylizacja-static-content .section-9 .faq-box details[open] summary::after {
  transform: translateY(-50%) rotate(180deg);
}


























@media screen and (max-width: 1024px) {


  /* Zamieniamy ułożenie sekcji na flexbox kolumnowy */
  .utylizacja-static-content .section-1 {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  /* Pozbywamy się lewego box-a, by jego zawartość uczestniczyła bezpośrednio we flexbox rodzica */
  .utylizacja-static-content .section-1 .left-box {
    display: contents;
  }

  /* Przewijamy tekst wyżej (domyślnie 0), grafikę w środek na 2 */
  .utylizacja-static-content .section-1 img {
    order: 2;
    width: 100%;
    max-width: 362px;
    height: auto;
  }

  /* Wrzucamy przycisk całkowicie na dół kolumny */
  .utylizacja-static-content .section-1 button {
    order: 3;
    width: 100%;
    margin-top: 15px;
  }

  /* Sekcja 3 również wpada w kolumnę */
  .utylizacja-static-content .section-3 {
    flex-direction: column;
    gap: 0;
  }

  .utylizacja-static-content .section-3 .right-box {
    display: contents;
    /* Zdejmujemy box by operować poszczególnymi elementami (tytuły, button) we flex: order */
  }

  /* Wymuszamy, by zawartość tekstowa lądowała przed zdjęciem, nadając dla tekstów (h1, p) mniejszy order */
  .utylizacja-static-content .section-3 .right-box h1,
  .utylizacja-static-content .section-3 .right-box p {
    order: 1;
  }

  /* Grafika oryginalnie z section-3 (może być img, a przy pluginie WebP będzie picture) */
  .utylizacja-static-content .section-3 picture,
  .utylizacja-static-content .section-3>img {
    order: 2;
    width: 100%;
    margin-top: 20px;
    max-width: 820px;
  }

  /* Wyciągnięty przycisk ląduje na samym dole */
  .utylizacja-static-content .section-3 .right-box button {
    order: 3;
    width: 100%;
    margin-top: 15px;
  }














  .utylizacja-static-content .section-4 .box {
    flex-direction: column;
  }













  .utylizacja-static-content .section-5 .box {
    flex-direction: column;
  }





  .utylizacja-static-content .section-6 {
    flex-direction: column-reverse;
  }

  .utylizacja-static-content .section-6 img {
    max-width: 362px;
  }



  .utylizacja-static-content .section-7 {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-bottom: 30px;
    background: #fff;
    /* Rozciągamy tło na dole pod przycisk */
  }

  .utylizacja-static-content .section-7 .left-box {
    display: contents;
  }

  .utylizacja-static-content .section-7 .left-box h1,
  .utylizacja-static-content .section-7 .left-box ol {
    order: 1;
    background: #F0F0F0;
    padding-left: 23px;
    padding-right: 23px;
    margin: 0;
  }

  .utylizacja-static-content .section-7 .left-box h1 {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .utylizacja-static-content .section-7 .left-box ol {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .utylizacja-static-content .section-7 .left-box h1::after {
    left: 23px;
    bottom: 0px;
  }

  /* Grafika oryginalnie z section-7 (może być img, a przy pluginie WebP będzie picture) */
  .utylizacja-static-content .section-7 picture,
  .utylizacja-static-content .section-7>img {
    order: 2;
    width: 100%;
    /* Na wypadek kontenera <picture> – pozwalamy mu się zachować poprawnie */
    display: flex;
    max-height: 350px;
  }

  /* Targetujemy faktyczny tag img niezależnie, czy jest w picture, czy nie */
  .utylizacja-static-content .section-7 img {
    height: 350px;
    /* wymuszenie mniejszej wysokości mobilnie */
    max-height: 350px !important;
    width: 100%;
    object-fit: cover;
  }

  /* Wyciągnięty przycisk ląduje na samym dole */
  .utylizacja-static-content .section-7 .left-box button {
    order: 3;
    width: calc(100% - 46px);
    /* Zachowujemy marginesy takie jak cały tekst (2x23px paddingu głównego sekcji) */
    margin: 20px auto 0;
  }
}