@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
.sungroup .category-name {
  display: none !important;
}

.c-headline {
  display: none;
}

.sungroup .menu {
  position: relative;
  margin-bottom: 25px;
  width: 100%;
  max-width: 1200px;
}

.clone_s {
  width: 100%;
  margin-bottom: 25px;
}

.sg_fix {
  color: #000;
}

.sungroup .grupa,
.sungroup .odmiana {
  padding: 0px 0;
  margin-top: 0px;
  /* border-top: 1px solid #ddd; */
}

.sungroup .grupa:first-child,
.sungroup .odmiana:first-child {
  margin-top: 0px;
  padding-top: 0px;
  border: 0;
  border-bottom: 0px solid #ddd;
  margin-bottom: 25px;
  padding-bottom: 0px;
}

.sungroup .sg_content {
  width: 100%;
  max-width: 49.5%;
  margin: 5px 0px;
  height: auto;
  font-family: "Roboto", sans-serif;
}

.sungroup .produkty,
.sungroup .grupa {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.sungroup .sg_box_div {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.sungroup .sg_box_div.sg_image_div {
  max-width: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sungroup .sg_box_div.sg_text_div {
  max-width: 250px;
}

.sungroup .sg_promo_url {
  position: relative;
  bottom: 0;
  padding: 15px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
}

.sungroup .sg_content_centered {
  display: flex;
  flex-flow: row;
  height: 260px;
  justify-content: space-between;
}

.sungroup .sg_promo_foto {
  padding-bottom: 0px;
}

.sungroup .sg_text_div .sg_promo_desc {
  font-weight: normal;
  font-size: 18px;
  line-height: 26px !important;
  padding: 0;
  margin: 0;
  min-height: 110px;
}
.sungroup .sg_text_div .sg_promo_title {
  font-size: 16px;
  line-height: 22px !important;
  font-weight: 700;
  font-family: roboto;
  color: #000;
}
.sungroup .sg_button_promo {
  /* min-height: 65px; */
}

.sungroup .sg_text_div {
  font-size: 12px;
}

.sungroup .produkty {
  text-align: left;
}

.sg_promo_button,
.sg_code_button {
  width: 170px;
  max-width: 100%;
  padding: 0px;
  min-height: 50px;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sg_promo_url.iscode .sg_promo_button {
  min-height: 32px;
}

.sg_promo_url.iscode .sg_code_button {
  min-height: 25px;
}

.sg_data {
  display: block;
  font-size: 10px;
  line-height: 14px;
  margin-top: 10px;
  max-width: 170px;
  height: 14px;
}

div.sg_code_shown {
  opacity: 1;
  padding: 0;
  left: 0;
  height: 100%;
  max-height: 50px;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  box-shadow: unset;
  border: 0;
  bottom: 0;
}

.sungroup .sg_header_menu_div {
  margin: 0px auto 25px auto;
  font-family: "Roboto", sans-serif;
}

.sungroup .class_name_up {
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  color: #0a4595;
}

.sungroup .sg_link_promo {
  color: #0a4595;
  text-decoration: none;
}

.sungroup .class_name_up .sg_promo_color {
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  text-transform: uppercase;
  color: #ffffff;
  background: #ff6000;
  padding: 1px 9px;
}

.sungroup .grupa,
.sungroup .produkty {
  text-align: center !important;
}

.sg_mobi {
  display: none;
}

.sg_desc {
  display: block;
}

@media (max-width: 1200px) {
  .sungroup .sg_content {
    max-width: 49.5%;
    position: relative;
  }
}

@media (max-width: 1160px) {
  .sungroup .sg_box_div.sg_text_div {
    max-width: 40%;
  }
  .sungroup .sg_box_div.sg_image_div {
    max-width: 60%;
  }
}

@media (max-width: 1000px) {
  .sungroup .sg_content {
    width: 32.3%;
  }
  .sungroup .sg_content_centered {
    align-items: center;
    flex-flow: column;
  }
  .sungroup .sg_box_div {
    max-width: 100% !important;
  }
  .sg_button_promo {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .sungroup .sg_text_div .sg_promo_desc {
    font-size: 16px;
    line-height: 24px !important;
  }
  .sungroup .sg_content_centered {
    height: auto;
  }
}

@media (max-width: 650px) {
  .sungroup .grupa {
    text-align: center !important;
  }
  .sungroup .sg_content {
    width: 49.5%;
  }
  .sungroup .class_name_up {
    font-size: 24px;
    line-height: 32px;
  }
  .sungroup .class_name_up .sg_promo_color {
    font-size: 32px;
    line-height: 38px;
  }
  .sungroup .sg_promo_url {
    padding: 5px;
  }
}

@media (max-width: 500px) {
  .sungroup .sg_content {
    width: 100%;
  }
  .sungroup .sg_text_div .sg_promo_desc {
    font-size: 14px;
    line-height: 18px !important;
  }
  .sg_promo_button,
  .sg_code_button {
    font-size: 12px;
    min-height: 32px;
  }
  .sungroup .sg_content {
    width: 100%;
    max-width: 100%;
  }
  .sungroup .sg_box_div {
    max-width: 50% !important;
  }
  .sungroup .sg_content_centered {
    flex-flow: row;
    align-items: unset;
    justify-content: unset;
  }
  .sg_button_promo {
    align-items: flex-start;
  }
  .sungroup .sg_text_div .sg_promo_desc {
    min-height: unset;
    padding: 5px 0;
  }
  .sg_code {
    font-size: 15px;
    margin: 0px;
  }
  .sg_mobi {
    display: block;
  }
  .sg_desc {
    display: none;
  }
  .sg_button_promo {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .sg_promo_button {
    display: flex;
    width: 49%;
  }
  .sg_code_button.sg_row_button_div {
    width: 49%;
  }
  .sg_promo_button.sg_z_kodem {
    width: 49% !important;
  }
  .sg_promo_button {
    width: 170px;
  }
  .sg_promo_url.iscode .sg_code_button {
    min-height: 32px;
  }
  .sungroup .sg_text_div .sg_promo_title {
    font-size: 14px;
    line-height: 18px !important;
  }
}

@media (max-width: 350px) {
  .sungroup .sg_text_div .sg_promo_desc {
    font-size: 12px;
    line-height: 16px !important;
    padding: 0;
  }
  .sg_data {
    margin: 2px 0;
    font-size: 9px;
    width: 100%;
  }
}
