@font-face {
  font-family: "Hitmarker";
  src: url(".../fonts/HitmarkerCondensed-Black.woff2") format("woff2");
  font-display: swap;
  font-weight: 700;
}
@font-face {
  font-family: "Hitmarker";
  src: url(".../fonts/HitmarkerText-Regular.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
}
.sg_fix {
  max-width: 1920px;
}
.landing-page-sun-group {
  max-width: 1920px !important;
}

.c-layout_row.c-layout_item.is-main.is-container {
  width: 1920px;

  max-width: 100%;

  padding-right: 0 !important;

  padding-left: 0 !important;
}
#sg_b.sungroup .grupa {
  background: url("../images/lp/bg-2.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 0 !important;
}
#sg_b.sungroup .odmiana {
  margin-top: 0 !important;
  padding: 50px 0;
}
#sg_b.sungroup .produkty {
  padding: 0 !important;
}
#sg_b.sungroup .produkty .box_pro {
  background: #fff;
  max-width: 20%;
}
@media (max-width: 800px) {
  #sg_b.sungroup .produkty .box_pro {
    max-width: 49.5%;
  }
  #sg_b.sungroup .grupa {
    background: #fb0000;
  }
  #sg_b.sungroup .odmiana {
    padding: 40px 0;
  }
}
@media (max-width: 600px) {
  #sg_b.sungroup .odmiana {
    padding: 20px 0;
  }
}
#sg_b.sungroup * {
  box-sizing: border-box;
}
#sg_b.sungroup img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#sg_b.sungroup .sg_section {
  background: url("../images/lp/bg-1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 48px 20px;
}
#sg_b.sungroup .sg_sec-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#sg_b.sungroup .sg_sec-row {
  gap: 20px;
  margin-bottom: 50px;
}
#sg_b.sungroup .sg_sec-row:last-child {
  margin-bottom: 0 !important;
}
#sg_b.sungroup .sg_sec-row-content {
  max-width: 528px;
  width: 100%;
}
#sg_b.sungroup .sg_before-title {
  color: #fe0000;

  font-family: "Hitmarker";
  font-size: 24px;
  line-height: 24px !important;
  letter-spacing: 1.12px;
}
#sg_b.sungroup .sg_title {
  font-family: "Hitmarker";
  font-size: 28px;
  line-height: 32px !important;
  margin: 5px 0;
}
#sg_b.sungroup .sg_text {
  font-family: "Hitmarker";
  font-size: 18px;
  line-height: 24px !important;
}
@media (max-width: 800px) {
  #sg_b.sungroup .sg_sec-row {
    flex-flow: column !important;
    margin-bottom: 40px;
  }
  #sg_b.sungroup .sg_sec-row-content {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  #sg_b.sungroup .sg_sec-row {
    margin-bottom: 20px;
  }
  #sg_b.sungroup .sg_section {
    padding: 20px;
  }
}
