#sg_b.sungroup img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#sg_b.sungroup .sg_hero {
  max-width: 1200px;
  margin: auto;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 30px 16px 0;
}
#sg_b.sungroup .sg_hero_text {
  font-size: 22px;
  line-height: 1.2 !important;
  font-weight: 500;
  font-family: "Inter";
  color: #1e1e1e;
}
#sg_b.sungroup .sg_hero_text span {
  color: #e52713;
  font-weight: 700;
}
@media (min-width: 480px) {
  #sg_b.sungroup .sg_hero_text {
    font-size: 24px;
    padding: 0 24px;
  }
}
@media (min-width: 1000px) {
  #sg_b.sungroup .sg_hero {
    flex-direction: row;
    gap: 5%;
    padding: 60px 16px 0;
    margin-top: 40px;
  }
  #sg_b.sungroup .sg_hero_text {
    text-align: start !important;
    font-size: 29px;
    padding: 0;
  }
}
@media (min-width: 1232px) {
  #sg_b.sungroup .sg_hero {
    padding: 80px 0 0;
    gap: 17.67%;
  }
}
.sg_products-header img {
  width: 300px;
  display: inline;
}
@media (min-width: 768px) {
  .sg_products-header img {
    width: 42.3%;
  }
}
@media (min-width: 1200px) {
  .sg_products-header img {
    width: 56.48%;
  }
}
.sg_products-header {
  padding: 0 16px;
}
#sg_b.sungroup .sg_container {
  max-width: 1200px;
  margin: auto;
}
#sg_b.sungroup .o_title {
  display: none !important;
}
#sg_b.sungroup .produkty {
  margin-top: 64px;
  margin-bottom: 37px;
}
@media (min-width: 1200px) {
  #sg_b.sungroup .produkty {
    margin-top: 120px;
    padding: 0 12.57%;
  }
  #sg_b.sungroup .odmiana {
    margin-top: 64px;
  }
}
#sg_b.sungroup .produkty .box_pro {
  max-width: 32.8%;
}
#sg_b.sungroup .sg_footer-bar {
  overflow: hidden;
  position: relative;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 80px;
}
#sg_b.sungroup .sg_footer-bar img {
  width: auto;
  max-width: 160px;
}
#sg_b.sungroup .sg_products-header img {
  width: 300px;
}
@media (min-width: 480px) {
  #sg_b.sungroup .sg_footer-bar img {
    max-width: 200px;
  }
}
@media (min-width: 768px) {
  #sg_b.sungroup .sg_products-header img {
    width: 54%;
  }
  #sg_b.sungroup .sg_footer-bar img {
    max-width: unset;
  }
  #sg_b.sungroup .sg_footer-bar {
    padding: 30px 80px;
  }
}
@media (min-width: 1200px) {
  #sg_b.sungroup .sg_footer-bar {
    padding: 40px 80px;
  }
  #sg_b.sungroup .sg_products-header img {
    width: 64%;
  }
}
