#sg_b.sungroup .sg-steps-section{
  max-width: 1300px;
  margin: 0 auto;
}
#sg_b.sungroup .sg-steps-section.sg-steps-vertical{
  max-width: 650px;
}
#sg_b.sungroup .sg-steps-title {
  font-family: 'Poppins','Arial';
  font-weight: 600;
  font-size: 32px;
  line-height: 48px !important;
  color: #211F5E;
  margin: 35px auto 50px;
}
#sg_b.sungroup .sg-steps-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  font-family: 'Poppins','Arial';
  margin: 0 auto;
  padding: 0px 10px;
  box-sizing: border-box;
  gap: 0px 20px;
}
#sg_b.sungroup .sg-steps-el {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0px;
  width: 100%;
}
#sg_b.sungroup .sg-steps-el:last-child {
  margin-right: 0;
}
#sg_b.sungroup .sg-step-value {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  min-height: 100px;
  border-radius: 50px;
  box-sizing: border-box;
  background: #FEE300;
  font-weight: 700;
  color: #211F5E;
  font-size: 28.5px;
  line-height: 34.2px !important;
  margin-right: 25px;
}
#sg_b.sungroup .sg-step-value::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 12px solid;
  border-left-color: inherit;
  border-bottom: 8px solid transparent;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
}
#sg_b.sungroup .sg-step-txt {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px !important;
  text-align: left !important;
  color: #000;
}
/* kopiowanie kodu */
#sg_b .sg_copy {
  cursor: pointer;
  font-size: 13px;
  font-family: Arial;
  margin: 5px 0;
  border: 1.5px dashed #0A4595;
  padding: 6px 5px;
  color: #000;
  border-radius: 4px;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  position: relative;
}
#sg_b .sg_kod {
  font-size: 14px;
  display: block;
  margin-left: 4px;
  color: #0A4595;
  background-color: #ffffff;
  font-weight: 600;
}
#sg_b .sg_copy_click {
  cursor: pointer;
  font-size: 13px;
  color: #0A4595;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
#sg_b .sg_icopy {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  color: #fff;
  line-height: 100% !important;
  text-align: center;
  opacity: 0;
  font-size: 14.5px;
  line-height: normal;
  background-color: #0A4595;
  padding: 3px 4px;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#sg_b .sg_icopy_done {
  display: inline-block;
  animation: copydone 2s;
}
#sg_b.sungroup .sg_rel{
  position: relative;
  display: inline;
}
#sg_b.sungroup .sg-steps-vertical .sg-steps-row{
  flex-direction: column;
  align-items: flex-start;
}
#sg_b.sungroup .kod_rabat{
  cursor: pointer;
}
#sg_b.sungroup .sg_skopiowano {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  color: #fff;
  text-align: center;
  opacity: 0;
  font-size: 14.5px;
  line-height: normal;
  background-color: #0A4595;
  padding: 3px 4px;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  z-index: 2;
}
#sg_b.sungroup .sg_skopiowano.sg_icopy_done {
  animation: copydone 2s;
  display: block !important
}
#sg_b.sungroup  span.sg_icopy {
  font-family: Poppins;
  position: absolute;
  width: 120px;
  top: 10px;
  left: 80%;
  transform: translateX(-50%);
  color: #Fe2000;
  height: 20px;
  opacity: 0;
  font-size: 12px;
  font-weight: normal;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sg_b.sungroup  .sg_icopy_done {
  animation: copydone 2s;
}
#sg_b.sungroup .sg-steps-vertical .sg-steps-el {
  max-width: 100%;
  margin: 0px;
  margin-top: 40px;
  justify-content: flex-start;
}
#sg_b.sungroup .sg-steps-vertical .sg-steps-title{
  margin-bottom: 0px;
}
#sg_b.sungroup .sg-steps-title.sg-no-margin{
  margin-bottom: 0px;
}
@keyframes copydone {
  0% {
      top: 10px;
      opacity: 0;
  }
  25% {
      top: 30px;
      opacity: 1;
  }
  75% {
      top: 30px;
      opacity: 1;
  }
  100% {
      top: 30px;
      opacity: 0;
  }
}
@media(max-width:500px) {
  #sg_b.sungroup  span.sg_icopy {
    left: 50%;
  }
}
/* kopiowanie kodu */
@media (max-width:1100px) {
  #sg_b.sungroup .sg-steps-row {
    flex-direction: row;
    max-width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
  #sg_b.sungroup .sg-steps-el {
    margin-bottom: 0;
    margin-right: 0;
    max-width: calc(50% - 20px);
  }
  #sg_b.sungroup .sg-steps-el:last-child {
    margin: 0;
  }
  #sg_b.sungroup .sg-steps-title {
    margin: 25px auto 25px;
  }
}
@media (max-width:1000px) {
  #sg_b.sungroup .sg-steps-el {
    max-width: calc(50% - 20px);
    margin: 5px;
  }
}
@media (max-width:900px) {
  #sg_b.sungroup .sg-step-value {
    min-width: 80px;
    min-height: 80px;
    margin-right: 25px;
  }
  #sg_b.sungroup .sg-step-txt {
    font-size: 16px;
    line-height: 24px !important;
  }
}
@media (max-width:650px) {
  #sg_b.sungroup .sg-steps-el {
    margin: 5px 0;
    max-width: 100%;
    display: flex;
    justify-content: flex-start;
  }
  #sg_b.sungroup .sg-step-value {
    min-width: 60px;
    min-height: 60px;
    font-size: 22px;
  }
  #sg_b.sungroup .sg-steps-title {
    margin: 20px auto;
    font-size: 24px;
    line-height: 32px !important;
    padding: 0px 10px;
  }
  #sg_b.sungroup .sg-steps-row {
    margin-bottom: 30px;
    justify-content: flex-start;
  }
    #sg_b.sungroup .sg-steps-vertical .sg-steps-title{
    justify-content: center;
    margin-bottom: 20px;
  }
  #sg_b.sungroup .sg-steps-vertical .sg-steps-el{
    margin-top: 20px;
  }
  #sg_b.sungroup .sg-steps-horizontal .sg-steps-el{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  #sg_b.sungroup .sg-steps-horizontal .sg-steps-el:first-child{
    margin-top: 0px;
  }
}
/* with boxes */
#sg_b.sungroup .sg-steps-with-boxes .sg-steps-row{
  margin-top: 50px;
  gap: 40px 40px;
  max-width: 50%;
}
#sg_b.sungroup .sg-steps-with-boxes .sg-steps-title{
  margin-top: 0px;
}

#sg_b.sungroup .sg-steps-with-boxes .sg-steps-el{
  margin-top: 0px;
}