@import url('https://fonts.googleapis.com/css2?family=Khand:wght@400;500;600;700&display=swap');

html {
  scroll-behavior: smooth;
}

/* section main-section */
section.main-section {
  background: linear-gradient(180deg, #f3dfd6 0%, #1f91ae 100%);
  padding-top: 140px;
  position: relative;
  margin-top: -10px;
}

section.main-section .container {
  position: relative;
  z-index: 1;
}

section.main-section:after {
  z-index: 0;
  content: '';
  position: absolute;

  width: 100%;
  height: 55%;
  left: 0;
  bottom: 0;
  background-size: cover;
  background-image: url('../../../../../wp-content/themes/salient/img/landing-pages/probiotyk/main-bg.png');
}

section.main-section .row {
  display: flex;
  gap: 60px;
}

section.main-section .row:before {
  display: none;
}

section.main-section .row:after {
  display: none;
}

section.main-section .header-wrapper {
  min-width: 550px;
}

section.main-section .left-col {
  width: 50%;
}
section.main-section .right-col {
  width: 50%;
}

section.main-section .image-wrapper img {
  max-width: 100%;
  object-fit: contain;
}

section.main-section h1 {
  font-family: 'Khand', sans-serif;
  color: #6b0800;
  font-weight: 700;
  font-size: 100px;
  line-height: 1;
}

section.main-section .buttons-wrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
}

section.main-section .container:first-of-type p {
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #353535;
  font-weight: 600;
  font-size: 38px;
  margin: 20px 0;
  padding-bottom: 0 !important;
  line-height: 1.25;
}

section.main-section .container:last-of-type {
  margin-top: 100px;
  padding-bottom: 50px;
}

section.main-section h2 {
  color: white !important;
  font-weight: 400;
  font-size: 36px;
}

section.main-section ul {
  margin-left: 0;
  margin-bottom: 0;
}

section.main-section ul li {
  list-style: unset;
  font-weight: 400;
  color: white;
  font-size: 16px;
  padding-left: 20px;
  position: relative;
}

section.main-section ul li:before {
  position: absolute;
  top: 7px;
  left: -5px;
  content: '';
  width: 15px;
  min-width: 15px;
  height: 15px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../../../../../wp-content/themes/salient/img/landing-pages/list-item-red.svg');
}

@media (max-width: 1200px) {
  section.main-section .header-wrapper {
    min-width: unset;
  }
  section.main-section h1 {
    font-size: 72px;
  }
}

@media (max-width: 1000px) {
  section.main-section .row {
    flex-direction: column;
    align-items: center;
  }

  section.main-section .container:last-of-type {
    margin-top: 50px;
  }

  section.main-section .header-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  section.main-section .buttons-wrapper {
    justify-content: center;
  }

  section.main-section .left-col {
    width: 100%;
  }
  section.main-section .right-col {
    width: 100%;
  }

  section.main-section .image-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  section.main-section .image-wrapper img {
    width: 80%;
  }

  section.main-section .container:first-of-type p {
    text-align: center;
  }
}

@media (max-width: 690px) {
  section.main-section h1 {
    font-size: 42px;
  }

  section.main-section h2 {
    font-size: 28px;
  }

  section.main-section .container:first-of-type p {
    font-size: 20px;
  }
}

@media (max-width: 550px) {
  section.main-section:after {
    height: 65%;
  }
}

.claret-button {
  line-height: 1;
  border-radius: 10px;
  border: 2px solid #6c1005;
  font-weight: 600;
  font-size: 16px;
  color: white;
  background-color: #6c1005;
  padding: 16px 24px;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  transition: all 250ms ease;
}

.claret-button:hover {
  background-color: transparent;
  color: #6c1005;
}

.white-button {
  line-height: 1;
  border-radius: 10px;
  border: 2px solid white;
  font-weight: 600;
  font-size: 16px;
  color: #6c1005;
  background-color: white;
  padding: 16px 24px;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  transition: all 250ms ease;
}

.white-button:hover {
  background-color: transparent;
  color: white;
}

/* section use */

section.use {
  background-color: #f9f9f9;
  display: flex;
}

section.use .left-col {
  width: 33.33%;
  background-size: cover;
  background-image: url('../../../../../wp-content/themes/salient/img/landing-pages/probiotyk/zastosowanie-bg.png');
}

section.use .right-col {
  width: 66.66%;
  padding: 60px 40px;
}

section.use p {
  color: #003745;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 0 !important;
}

section.use h3 {
  color: #353535;
  font-size: 24px;
  font-weight: 700;
  margin: 20px 0;
}

section.use .links-wrapper {
  display: flex;
  gap: 20px;
}

section.use .link {
  max-width: 160px;
  width: calc((100% - 60px) / 4);
  display: flex;
  gap: 20px;
  flex-direction: column;
}

section.use .link a {
  color: #003745;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
}

section.use .link a:before {
  margin-right: 5px;
  content: '';
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../../../../../wp-content/themes/salient/img/landing-pages/buttons/arrow-down-1.svg');
}

@media (max-width: 800px) {
  section.use .links-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  section.use .link {
    width: calc((100% - 20px) / 2);
  }
}

@media (max-width: 690px) {
  section.use {
    flex-direction: column;
  }

  section.use .left-col {
    width: 100%;
    height: 200px;
  }

  section.use .right-col {
    width: 100%;
    padding: 20px;
  }
}

/* section questions */

section.questions {
  background-color: #cf0a2c;
}

section.questions .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}

section.questions .image-wrapper {
  padding-top: 45px;
}

section.questions .text-wrapper h3 {
  color: white;
  font-weight: 700;
  font-size: 24px;
  margin-top: 15px;
}

section.questions .buttons-wrapper {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}

@media (max-width: 1000px) {
  section.questions .wrapper {
    flex-direction: column;
    padding-bottom: 35px;
  }
  section.questions .text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  section.questions .text-wrapper h3 {
    text-align: center;
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  section.questions .buttons-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.white-border-button {
  line-height: 1;
  border-radius: 10px;
  border: 2px solid white;
  font-weight: 400;
  font-size: 16px;
  color: white;
  background-color: transparent;
  padding: 16px 24px;
  display: inline-flex;
  align-items: center;
}

.white-border-button:hover {
  background-color: white;
  color: black;
}

.phone-button {
  padding-left: 16px;
}

.phone-button:before {
  content: '';
  margin-right: 5px;
  width: 16px;
  min-width: 16px;
  height: 16px;
  transition: all 250ms ease;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../../../../../wp-content/themes/salient/img/landing-pages/buttons/phone.svg');
}

.phone-button:hover:before {
  filter: invert(1);
}

.buy-now-button {
  line-height: 1;
  background: #003745;
  border-radius: 10px;
  border: 2px solid #003745;
  font-weight: 400;
  font-size: 16px;
  color: white;
  padding: 16px 24px;
  padding-left: 16px;
  display: inline-flex;
  align-items: center;
}

.buy-now-button:before {
  content: '';
  margin-right: 5px;
  width: 16px;
  min-width: 16px;
  height: 16px;
  transition: all 250ms ease;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../../../../../wp-content/themes/salient/img/landing-pages/buttons/cart.svg');
}

.buy-now-button:hover {
  /* color: #003745; */
  color: white;
  background-color: transparent;
}

/* section pig */
section#pig {
  background: linear-gradient(180deg, #b35f59 0%, #843c37 100%);
}

section#pig .text-wrapper p {
  font-weight: 400;
  margin-bottom: 10px;
  display: flex;
}

section#pig .text-wrapper p strong {
  margin-right: 5px;
}

/* section animal */

section.animal {
  background: linear-gradient(180deg, #2e5b1f 0%, #0b2602 100%);
  /* padding: 45px 0; */
  padding: 80px 0;
}

section.animal .row {
  display: flex;
  align-items: center;
}

section.animal .left-col {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.animal .right-col {
  width: 50%;
}

section.animal .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
}

section.animal .image-wrapper img {
  max-width: 100%;
  object-fit: contain;
}

section.animal .text-wrapper {
  max-width: 440px;
}

section.animal .text-wrapper h2 {
  font-weight: 700;
  font-size: 48px;
  color: white !important;
  text-transform: uppercase;
  font-family: 'Khand', sans-serif;
}

section.animal .text-wrapper h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
  color: white !important;
}

section.animal ul {
  margin-left: 0;
  margin-bottom: 0;
  margin: 10px 0;
}

section.animal ul li {
  font-weight: 400;
  font-size: 16px;
  color: white;
  list-style: none;
  display: flex;
}

section.animal ul li span {
  margin-right: 5px;
}

section.animal .text-wrapper p {
  font-weight: 600;
  font-size: 16px;
  color: white;
  padding-bottom: 0;
}

section.animal .buttons-wrapper {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

@media (max-width: 690px) {
  section.animal .row {
    flex-direction: column-reverse;
  }
  section.animal .left-col {
    width: 100%;
  }

  section.animal .right-col {
    width: 80%;
  }

  section.animal .image-wrapper {
    padding-left: 0;
    padding-bottom: 40px;
  }

  section.animal .text-wrapper h2 {
    font-size: 32px;
    text-align: center;
  }
}

.arrow-button {
  font-size: 14px;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
}

.arrow-button:before {
  margin-right: 5px;
  content: '';
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../../../../../wp-content/themes/salient/img/landing-pages/buttons/arrow-down.svg');
}

.arrow-right:before {
  transform: rotate(-90deg);
}

.arrow-button:hover {
  color: white;
}

section#horse {
  background: linear-gradient(180deg, #71694f 0%, #49432f 100%);
}

/* section advantages */

section.advantages {
  padding: 45px 0;
}

section.advantages .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

section.advantages .row:before,
section.advantages .row:after {
  display: none;
}

section.advantages .left-col {
  width: 50%;
}

section.advantages .left-col.full-width {
  width: 100%;
}

section.advantages#korzysci-swinie .text-wrapper p {
  text-transform: unset;
}

section.advantages#korzysci-swinie .row:first-of-type {
  align-items: unset;
}

section.advantages#korzysci-swinie .row:first-of-type .text-wrapper {
  height: 100%;
}

section.advantages#korzysci-drob .row {
  align-items: unset;
}

section.advantages#korzysci-drob .text-wrapper {
  height: 100%;
}

section.advantages#korzysci-bydlo .row {
  align-items: unset;
}

section.advantages#korzysci-bydlo .text-wrapper {
  height: 100%;
}

section.advantages .right-col {
  width: 50%;
}

section.advantages .text-wrapper {
  background-color: rgba(0, 55, 69, 0.05);
  padding: 32px;
}

section.advantages .text-wrapper h3 {
  font-size: 24px;
  font-weight: 700;
  color: #52ac34;
  margin-bottom: 10px;
}

section.advantages .text-wrapper p {
  color: #353535;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 0;
}

section.advantages#korzysci-drob .text-wrapper p {
  text-transform: unset;
}

section.advantages .text-wrapper p:last-of-type {
  font-weight: 400;
}

section.advantages .text-wrapper p:last-of-type strong {
  font-weight: 600;
}

section.advantages .text-wrapper ul {
  margin-bottom: 0;
  margin-left: 0;
  margin: 10px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

section.advantages#korzysci-swinie .full-width .text-wrapper .ul-wrapper {
  display: flex;
  gap: 30px;
}

section.advantages#korzysci-swinie .full-width .text-wrapper .ul-wrapper ul {
  width: calc((100% - 60px) / 2);
}

section.advantages .text-wrapper ul li {
  list-style: none;
  color: #353535;
  font-weight: 400;
  font-size: 16px;
  display: flex;
  line-height: 1.5;
  align-items: flex-start;
}

section.advantages .text-wrapper ul li:before {
  margin-right: 5px;
  margin-top: 2px;
  content: '';
  width: 20px;
  min-width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../../../../../wp-content/themes/salient/img/landing-pages/list-item.svg');
}

@media (max-width: 1000px) {
  section.advantages#korzysci-swinie .full-width .text-wrapper .ul-wrapper {
    gap: 0;
    flex-direction: column;
    margin: 10px 0;
  }

  section.advantages#korzysci-swinie .full-width .text-wrapper .ul-wrapper ul {
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 690px) {
  section.advantages .row {
    flex-direction: column;
  }
  section.advantages .left-col {
    width: 100%;
  }

  section.advantages .right-col {
    width: 100%;
  }

  section.advantages .text-wrapper {
    padding: 20px;
  }
}

/* section additional info */

section.additional-info {
  margin-bottom: 40px;
}

section.additional-info .container .row {
  background-color: #00470c;
  box-shadow: 0px 16px 32px rgba(53, 53, 53, 0.5);
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 40px;
}

section.additional-info .container .row:before {
  display: none;
}

section.additional-info .container .row:after {
  display: none;
}

section.additional-info .container:last-of-type {
  margin-top: 30px;
}

section.additional-info .left-col {
  width: 50%;
}

section.additional-info .right-col {
  width: 50%;
}

section.additional-info .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

section.additional-info .image-wrapper img {
  max-width: 100%;
  object-fit: contain;
}

section.additional-info .text-wrapper h3 {
  color: #93d67d;
  font-weight: 400;
  font-size: 24px;
}

section.additional-info strong {
  font-weight: 700;
}

section.additional-info .text-wrapper ul {
  margin-left: 0;
  margin-bottom: 0;
  display: flex;
  gap: 10px;
  flex-direction: column;
}

section.additional-info .text-wrapper ul li {
  list-style: unset;
  font-weight: 400;
  color: white;
  font-size: 16px;
  padding-left: 20px;
  position: relative;
}

section.additional-info .text-wrapper ul li:before {
  position: absolute;
  top: 7px;
  left: -5px;
  content: '';
  width: 15px;
  min-width: 15px;
  height: 15px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../../../../../wp-content/themes/salient/img/landing-pages/list-item-green.svg');
}

section.additional-info .text-wrapper p {
  color: white;
  font-weight: 400;
  font-size: 14px;
  padding-bottom: 0;
  opacity: 0.8;
  line-height: 1.25;
  margin-top: 10px;
  padding-left: 20px;
}

section.additional-info .container:last-of-type h3 {
  margin-bottom: 20px;
}

section.additional-info .container:last-of-type .row {
  align-items: flex-start;
}

section.additional-info .container:last-of-type .right-col .text-wrapper {
  padding-top: 34px;
}

@media (max-width: 690px) {
  section.additional-info .container .row {
    flex-direction: column;
    padding: 20px;
    gap: 20px;
  }

  section.additional-info .left-col {
    width: 100%;
  }

  section.additional-info .right-col {
    width: 100%;
  }
  section.additional-info .text-wrapper h3 {
    font-size: 18px;
  }

  section.additional-info .container:last-of-type .right-col .text-wrapper {
    padding-top: 0;
    margin-top: -20px;
  }
}

/* section advantages extended */
section.advantages.advantages-extended .left-col {
  width: 33.33%;
}

section.advantages.advantages-extended .right-col {
  width: 66.66%;
}

section.advantages.advantages-extended .row {
  align-items: unset;
}

section.advantages.advantages-extended .left-col .text-wrapper {
  height: 100%;
}

section.advantages.advantages-extended .right-col .text-wrapper {
  height: calc((100% - 20px) / 2);
}

section.advantages.advantages-extended .text-wrapper h3 {
  color: #cf0a2c;
}

section.advantages.advantages-extended .right-col .text-wrapper:first-of-type {
  margin-bottom: 20px;
}

section sup {
  vertical-align: super;
  /* font-size: smaller; */
  font-size: 50%;
  line-height: 1 !important;
}

section.advantages.advantages-extended .right-col .text-wrapper p {
  font-weight: 400;
  text-transform: unset;
  font-size: 16px;
  line-height: 1.5;
}

section.advantages.advantages-extended .right-col .text-wrapper p strong {
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  font-size: 14px;
  margin: 10px 0;
}

@media (max-width: 1000px) {
  section.advantages.advantages-extended .row {
    flex-direction: column;
  }

  section.advantages.advantages-extended .left-col {
    width: 100%;
  }

  section.advantages.advantages-extended .right-col {
    width: 100%;
  }

  section.advantages.advantages-extended .left-col .text-wrapper {
    height: unset;
  }

  section.advantages.advantages-extended .right-col .text-wrapper {
    height: unset;
  }
}

/* section recommended-for-horses */
section.recommended-for-horses {
  margin-bottom: 40px;
}

section.recommended-for-horses .row {
  background-color: #3f1102;
  box-shadow: 0px 16px 32px rgba(53, 53, 53, 0.5);
  padding: 40px 80px !important;
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: space-evenly;
}

section.recommended-for-horses .row:before {
  display: none;
}

section.recommended-for-horses .row:after {
  display: none;
}

section.recommended-for-horses .text-wrapper h2 {
  color: white !important;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.5;
}

section.recommended-for-horses .text-wrapper h2 strong {
  font-weight: 700;
}

section.recommended-for-horses .products-wrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

section.recommended-for-horses .products-wrapper .product {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

section.recommended-for-horses a:before {
  content: '';
  margin-right: 5px;
  width: 16px;
  min-width: 16px;
  height: 16px;
  transition: all 250ms ease;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../../../../../wp-content/themes/salient/img/landing-pages/buttons/cart.svg');
}

section.recommended-for-horses a:hover:before {
  filter: invert(1);
}

section.recommended-for-horses a sup {
  margin-right: 5px;
  margin-top: -10px;
}

@media (max-width: 1320px) {
  section.recommended-for-horses .row {
    flex-direction: column;
    gap: 20px;
    padding: 30px !important;
  }
  section.recommended-for-horses .text-wrapper h2 {
    text-align: center;
  }
  section.recommended-for-horses .text-wrapper h2 br {
    display: none;
  }
}

@media (max-width: 690px) {
  section.recommended-for-horses .text-wrapper h2 {
    font-size: 24px;
  }
}

/* section drob */

section#poultry {
  background: linear-gradient(180deg, #a06809 0%, #815000 100%);
}

section#poultry .text-wrapper p:first-of-type {
  font-weight: 400;
  margin-bottom: 10px;
}

/* additional-info-poultry */
section.additional-info-poultry {
  margin-bottom: 40px;
}

section.additional-info-poultry .row {
  background: #613a00;
  box-shadow: 0px 16px 32px rgba(53, 53, 53, 0.5);
  padding: 60px !important;
  display: flex;
  align-items: center;
  gap: 40px;
}

section.additional-info-poultry .row:before {
  display: none;
}

section.additional-info-poultry .row:after {
  display: none;
}

section.additional-info-poultry .left-col {
  width: 50%;
}

section.additional-info-poultry .right-col {
  width: 50%;
}

section.additional-info-poultry .text-wrapper {
  color: #fcc000;
}

section.additional-info-poultry .left-col p {
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 0 !important;
}

section.additional-info-poultry .right-col p {
  font-size: 18px;
  padding-bottom: 0 !important;
}

@media (max-width: 1000px) {
  section.additional-info-poultry .row {
    flex-direction: column;
  }
  section.additional-info-poultry .left-col {
    width: 100%;
  }

  section.additional-info-poultry .right-col {
    width: 100%;
  }
}

@media (max-width: 690px) {
  section.additional-info-poultry .row {
    padding: 25px !important;

    gap: 20px;
  }
  section.additional-info-poultry .left-col p {
    font-size: 18px;
  }

  section.additional-info-poultry .right-col p {
    font-size: 16px;
  }
}

/* ///////////////////// */
/* NATURALNIE AKTYWNY */

section.main-section-soil {
  padding-top: 200px;
  background-image: url('../../../../../wp-content/themes/salient/img/landing-pages/naturalnie-aktywny/main-bg.png');
  background-size: cover;
  position: relative;
}

section.main-section-soil .container {
  position: relative;
  z-index: 1;
}

section.main-section-soil .container:last-of-type {
  padding-top: 100px;
  padding-bottom: 50px;
}

section.main-section-soil:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 75%;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-image: url('../../../../../wp-content/themes/salient/img/landing-pages/naturalnie-aktywny/main-bg-decorator.png');
}

section.main-section-soil .row {
  display: flex;
  gap: 40px;
}

section.main-section-soil .row::before {
  display: none;
}

section.main-section-soil .row:after {
  display: none;
}

section.main-section-soil .left-col {
  width: 50%;
}

section.main-section-soil .right-col {
  width: 50%;
}

section.main-section-soil h2 {
  font-size: 36px;
  color: #123909 !important;
}

section.main-section-soil ul {
  display: flex;
  flex-direction: column;
  margin-left: 0;
  margin-bottom: 0;
  gap: 10px;
  /* max-width: 420px; */
}

section.main-section-soil ul li {
  color: #123909;
  font-weight: 400;
  list-style: unset;
  /* display: inline-flex;
  align-items: flex-start; */
  position: relative;
  padding-left: 20px;
}

section.main-section-soil ul li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  min-width: 10px;
  border-radius: 100%;
  display: block;
  background: #fcac25;
  /* margin-right: 8px;
  margin-top: 8px; */
}

section.main-section-soil .image-wrapper img {
  max-width: 100%;
}

@media (max-width: 1000px) {
  section.main-section-soil {
    padding-top: 100px;
  }

  section.main-section-soil:after {
    background-position: bottom;
  }

  section.main-section-soil .row {
    flex-direction: column;
  }

  section.main-section-soil .right-col .image-wrapper {
    display: flex;
    justify-content: center;
  }

  section.main-section-soil .right-col .image-wrapper img {
    width: 80%;
  }

  section.main-section-soil .left-col {
    width: 100%;
  }

  section.main-section-soil .right-col {
    width: 100%;
  }
  section.main-section-soil ul {
    max-width: unset;
  }

  section.main-section-soil .container:last-of-type {
    padding-top: 50px;
  }
}

@media (max-width: 690px) {
  section.main-section-soil:after {
    height: 100%;
  }
  section.main-section-soil h2 {
    font-size: 28px;
  }
}

/* pytania */
section.questions.green-section {
  background-color: #008b3c;
}

/* section advantages */
section.advantages-soil {
  display: flex;
  justify-content: space-between;
}

section.advantages-soil .text-wrapper {
  /* width: 60%; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* gap: 20px; */
  padding: 60px 30px;
}

section.advantages-soil h2 {
  font-family: 'Khand', sans-serif;
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 20px;
}

section.advantages-soil .list-wrapper {
  display: flex;
  justify-content: center;
  gap: 75px;
}

section.advantages-soil .list-wrapper ul:nth-of-type(2) {
  margin-top: 50px;
}

section.advantages-soil ul {
  margin-left: 0;
  margin-bottom: 0;
  display: flex;
  gap: 30px;
  flex-direction: column;
  align-items: flex-start;

  width: calc((100% - 150px) / 3);
}

section.advantages-soil ul li {
  font-weight: 600;
  color: #092103;
  list-style: unset;
  display: inline-flex;
  align-items: flex-start;
  background: rgba(0, 55, 69, 0.05);
  border-radius: 10px;
  padding: 30px;
  padding-left: calc(30px + 45px);
  width: 100%;
  text-align: center;
  justify-content: center;
  position: relative;
}

section.advantages-soil ul li img {
  position: absolute;
  height: 90px;
  width: 90px;
  left: -45px;
  top: calc((100% - 90px) / 2);
}

@media (max-width: 1000px) {
  section.advantages-soil .list-wrapper {
    gap: 20px;
    flex-direction: column;
  }
  section.advantages-soil ul {
    gap: 20px;
    width: 100%;
  }
  section.advantages-soil .list-wrapper ul:nth-of-type(2) {
    margin-top: 0;
  }
}

@media (max-width: 690px) {
  section.advantages-soil h2 {
    font-size: 32px;
  }
  section.advantages-soil .text-wrapper {
    padding: 25px;
  }
  section.advantages-soil ul li {
    padding: 20px;
    padding-left: calc(20px + 40px);
  }

  section.advantages-soil ul li img {
    position: absolute;
    height: 80px;
    width: 80px;
    left: -40px;
    top: calc((100% - 80px) / 2);
  }
}

/* section distribution */
section.distribution {
  background: linear-gradient(180deg, #c7bca8 0%, #fdfdfc 100%);
}

section.distribution .row {
  display: flex;
  align-items: center;
}

section.distribution .left-col {
  width: 50%;
  display: flex;
}

section.distribution h2 {
  font-family: 'Khand', sans-serif;
  color: #092103 !important;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}

section.distribution .text-wrapper {
  padding: 40px 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

section.distribution ul {
  display: flex;
  flex-direction: column;
  margin-left: 0;
  margin-bottom: 0;
  gap: 10px;
  max-width: 420px;
}

section.distribution ul li {
  color: #262626;
  font-weight: 400;
  list-style: unset;
  /* display: inline-flex;
  align-items: flex-start; */
  position: relative;
  padding-left: 20px;
}

section.distribution ul li:before {
  content: '';
  width: 10px;
  height: 10px;
  min-width: 10px;
  border-radius: 100%;
  display: block;
  background: #fcac25;
  /* margin-right: 8px;
  margin-top: 8px; */
  position: absolute;
  left: 0;
  top: 8px;
}

section.distribution ol.submenu {
  margin-left: 0;
}

section.distribution ol.submenu li {
  display: flex;
}

section.distribution ol.submenu li span {
  margin-right: 5px;
}
section.distribution ol.submenu li:before {
  display: none;
}

section.distribution .right-col {
  width: 50%;
}

section.distribution .image-wrapper img {
  margin-top: -60px;
}

@media (max-width: 1000px) {
  section.distribution .image-wrapper img {
    max-width: 100%;
    margin-top: unset;
    padding-left: 20px;
  }
}

@media (max-width: 690px) {
  section.distribution .row {
    flex-direction: column-reverse;
  }
  section.distribution .left-col {
    width: 100%;
  }
  section.distribution .right-col {
    width: 80%;
    margin-top: 40px;
  }
  section.distribution .image-wrapper img {
    padding-left: unset;
  }
  section.distribution h2 {
    font-size: 32px;
  }
}

/* section distribution-methods */

section.distribution-methods .wrapper {
  display: flex;
  padding: 40px 0;
}

section.distribution-methods .image-wrapper {
  width: 33.33%;
  background-size: cover;
  background-image: url('../../../../../wp-content/themes/salient/img/landing-pages/naturalnie-aktywny/dolistnie.png');
  position: relative;
}

section.distribution-methods .doglebowo .image-wrapper {
  background-image: url('../../../../../wp-content/themes/salient/img/landing-pages/naturalnie-aktywny/doglebowo.png');
}

section.distribution-methods .info-wrapper {
  color: white !important;
  position: absolute;
  top: 30px;
  right: -20px;
}

section.distribution-methods .info-wrapper p:first-of-type {
  font-weight: 600;
  font-size: 14px;
  padding-bottom: 0 !important;
}

section.distribution-methods .info-wrapper h3 {
  font-weight: 700;
  font-size: 30px;
  color: white !important;
}

section.distribution-methods .info-wrapper .line {
  width: 220px;
  height: 2px;
  background-color: #20a800;
  margin: 10px 0;
}

section.distribution-methods .doglebowo .info-wrapper .line {
  background-color: #fcac25;
}

section.distribution-methods .info-wrapper p:last-of-type {
  font-weight: 400;
  font-size: 14px;
  padding-bottom: 0 !important;
}

section.distribution-methods .text-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-left: 100px;
  padding-right: 40px;
}

section.distribution-methods .box {
  background: rgba(0, 55, 69, 0.05);
  border-radius: 10px;
  padding: 30px;
  padding-left: 50px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  max-width: 300px;
}

section.distribution-methods .doglebowo .box {
  background: rgba(69, 0, 0, 0.05);
}

section.distribution-methods .doglebowo .last-box {
  background: white;
  border: 2px solid #d8d8d8;
  line-height: 1.5;
}

section.distribution-methods .box img {
  position: absolute;
  left: -30px;
  top: calc(50% - 30px);
}

section.distribution-methods .box p {
  padding-bottom: 0 !important;
}

section.distribution-methods .box p:first-of-type {
  color: #316425;
  font-weight: 700;
  font-size: 18px;
}

section.distribution-methods .box p:nth-of-type(2) {
  color: #353535;
  font-weight: 600;
}

section.distribution-methods .box p:last-of-type {
  color: #353535;
  font-weight: 400;
  line-height: 1.25;
}

@media (max-width: 1200px) {
  section.distribution-methods .image-wrapper {
    width: 25%;
  }

  section.distribution-methods .text-wrapper {
    padding-left: 60px;
  }
  section.distribution-methods .box {
    padding: 20px;
    padding-left: 40px;
  }
}

@media (max-width: 900px) {
  section.distribution-methods .wrapper {
    flex-direction: column;
  }

  section.distribution-methods .image-wrapper {
    width: 100%;
    height: 220px;
    background-position: center;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
  }

  section.distribution-methods .info-wrapper {
    right: unset;
    top: unset;
    left: 60px;
    position: relative;
  }

  section.distribution-methods .text-wrapper {
    padding-right: 40px;
    padding-left: 40px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  section.distribution-methods .box {
    padding: 10px;
    padding-left: 30px;
    font-size: 14px;
    max-width: unset;
  }

  section.distribution-methods .box img {
    width: 44px;
    height: 44px;
    left: -22px;
    top: calc(50% - 22px);
  }
}

/* section read more */
section.read-more {
  padding: 60px 0;
}

section.read-more .header-wrapper {
  width: 100%;
}

section.read-more .header-wrapper h2 {
  text-align: center;
  font-family: 'Khand', sans-serif;
  color: #242424;
  font-weight: 700;
  font-size: 48px;
}

section.read-more .row {
  display: flex;
  margin-bottom: 40px;
}

section.read-more .left-col {
  width: 50%;
}

section.read-more .right-col {
  width: 50%;
}

section.read-more img {
  border-radius: 10px;
  width: 100%;
}

section.read-more .text-wrapper {
  padding: 0 40px;
  padding-bottom: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

section.read-more .text-wrapper p {
  color: #353535;
  padding-bottom: 0 !important;
}

section.read-more .text-wrapper p:last-of-type {
  padding-top: 20px;
  position: relative;
}

section.read-more .text-wrapper p:last-of-type:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 220px;
  background-color: #20a800;
  left: 0;
  bottom: -20px;
}

@media (max-width: 992px) {
  section.read-more .row {
    flex-direction: column;
  }

  section.read-more .container .row:nth-of-type(3),
  section.read-more .container .row:nth-of-type(5) {
    flex-direction: column-reverse;
  }

  section.read-more .left-col {
    width: 100%;
  }

  section.read-more .right-col {
    width: 100%;
  }
}

@media (max-width: 576px) {
  section.read-more .container .row:nth-of-type(1) {
    margin-bottom: 0;
  }

  section.read-more .header-wrapper h2 {
    font-size: 32px;
  }

  section.read-more .text-wrapper {
    padding: 0;
  }
}

/* promocja majowa 8.05.23 */
a.promo-cta {
  line-height: 1;
  border-radius: 10px;
  background-color: white;
  padding: 2px;
}

a.promo-cta p {
  font-size: 16px !important;
  color: #cf0a2c !important;
  margin: 0 !important;
  padding: 7px 5px !important;
  text-transform: unset !important;
  margin-bottom: 5px !important;
  font-weight: 600;
}

@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
a.promo-cta p span {
  color: green !important;
  font-style: italic;
  /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
  text-transform: unset;
}

a.promo-cta div {
  background-color: #cf0a2c;
  font-size: 20px;
  color: white;
  font-weight: 500;
  border-radius: 0 0 10px 10px;
  line-height: 1.25;
  padding: 5px;
  position: relative;
  padding-left: 45px;
}
a.promo-cta div strong {
  text-transform: uppercase;
  color: rgb(12, 223, 12);
  display: inline-block;
}

a.promo-cta div:before {
  position: absolute;
  content: '';
  left: 5px;
  transform: rotate(25deg);
  top: 0;

  width: 35px;
  min-width: 35px;
  height: 100%;
  transition: all 250ms ease;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../../../../../wp-content/themes/salient/img/landing-pages/phone.svg');
}

section.questions.may-special .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

section.questions.may-special .buttons-wrapper {
  margin-top: 0;
  margin-left: 40px;
}

@media (max-width: 1000px) {
  section.questions .wrapper .buttons-wrapper {
    margin-left: 0;
    margin-top: 40px;
  }
}
