#sg_b.sungroup .sg_timer-wrapper {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 20px;
  box-sizing: border-box;
}

#sg_b.sungroup .sg_title {
  font-size: 50px;
  line-height: 60px !important;
  color: #000;
  font-weight: 500;
  font-family: "Poppins";
  margin-bottom: 40px;
}

#sg_b.sungroup .sg_zegar {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 20px;
  font-size: 50px;
  text-align: center;
  font-weight: 700;
  font-family: "Poppins";
}

#sg_b.sungroup .sg_zegar-box {
  box-sizing: border-box;
  width: 205px;
  border: 2px solid #000;
  padding: 20px;
  border-radius: 16px;
  color: #000;
  font-family: "Poppins";
  font-weight: 700;
}

#sg_b.sungroup .sg_zegar-time {
  font-size: 130px;
  line-height: 120px !important;
  color: #000;
}

#sg_b.sungroup .sg_zegar-day {
  font-size: 34px;
  line-height: 30px !important;
  color: #000;
  font-weight: 400;
  display: block;
  font-family: "Roboto";
}

#sg_b.sungroup .sg_video-sec {
  margin-top: 40px;
}

@media (max-width: 1000px) {
  #sg_b.sungroup .sg_zegar {
    justify-content: space-evenly;
  }

  #sg_b.sungroup .sg_zegar-time {
    font-size: 100px;
    line-height: 80px !important;
  }

  #sg_b.sungroup .sg_zegar-day {
    font-size: 30px;
    line-height: 29px !important;
  }
}

@media (max-width: 800px) {
  #sg_b.sungroup .sg_timer-wrapper {
    padding: 40px 20px;
  }

  #sg_b.sungroup .sg_zegar-time {
    font-size: 70px;
    line-height: 60px !important;
  }

  #sg_b.sungroup .sg_zegar-day {
    font-size: 26px;
    line-height: 26px !important;
  }
}

@media (max-width: 600px) {
  #sg_b.sungroup .sg_timer-wrapper {
    padding: 0 0 20px;
  }
  #sg_b.sungroup .sg_zegar-time {
    font-size: 40px;
    line-height: 40px !important;
  }
  #sg_b.sungroup .sg_zegar-day {
    font-size: 20px;
    line-height: 25px !important;
  }
  #sg_b.sungroup .sg_title {
    font-size: 24px;
    line-height: 32px !important;
    margin-bottom: 20px;
  }
  #sg_b.sungroup .sg_zegar-box {
    padding: 10px;
    line-height: 0 !important;
  }
  #sg_b.sungroup .sg_zegar-sec {
    padding: 20px 10px 0;
  }
  #sg_b.sungroup .sam_kv__subtext {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 480px) {
  #sg_b.sungroup .sg_zegar-time {
    font-size: 32px;
    line-height: 32px !important;
  }
  #sg_b.sungroup .sg_zegar-day {
    font-size: 16px;
    line-height: 25px !important;
  }
  #sg_b.sungroup .sg_zegar {
    gap: 10px;
  }
  #sg_b.sungroup .sg_title {
    font-size: 18px;
    line-height: 20px !important;
  }
}
@media (max-width: 380px) {
  #sg_b.sungroup .sg_zegar-time {
    font-size: 28px;
    line-height: 30px !important;
  }
  #sg_b.sungroup .sg_zegar-day {
    font-size: 13px;
    line-height: 18px !important;
  }
  #sg_b.sungroup .sg_title {
    font-size: 16px;
    line-height: 18px !important;
  }
}
