#sg_b.sungroup .row-steps .col::before {
  display: none;
}

#sg_b.sungroup .row-steps .col .txt {
  text-align: left !important;
}

#sg_b.sungroup .row-steps,
#sg_b.sungroup .row-steps .col {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  padding: 0;
}

#sg_b.sungroup .row-steps .maintxt {
  font-size: 32px;
  color: #211f5e;
  display: flex;
  justify-content: center;
  margin: 34px 0;
  font-family: "Poppins";
  font-weight: 600;
  width: 100%;
  padding: 0;
}

/* #sg_b.sungroup .grupa, #sg_b.sungroup .odmiana {
    margin-top: 0;
} */

#sg_b.sungroup .row-steps b {
  display: inline-block;
}

#sg_b.sungroup .row-steps .col .number {
  height: 99px;
  width: 99px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  box-shadow: unset;
  background: #fee300;
  font-size: 28.5px;
  color: #211f5e;
  border: unset;
  position: relative;
  margin: 0;
  margin-right: 25px;
}

#sg_b.sungroup .row-steps {
  max-width: 1360px;
  margin: 0 auto;
  justify-content: center;
  font-family: "Poppins", sans-serif;
}

#sg_b.sungroup .row-steps .col {
  width: 100%;
  max-width: 33%;
  flex-flow: nowrap;
}

#sg_b.sungroup .row-steps .col .txt {
  width: 265px;
  font-size: 18px;
  margin: 0;
  font-weight: 400;
  line-height: 27px !important;
  font-family: "Poppins", sans-serif;
}

#sg_b.sungroup .row-steps .col .txt strong {
  color: #1a3d82;
  font-weight: 700;
  display: inline-block;
}

.number::after {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  background: #fee300;
  transform: rotate(45deg);
  right: -7%;
}

#sg_b.sungroup .txt .copy {
  position: relative;
  color: #fee300;
  cursor: pointer;
}

#sg_b.sungroup .txt .copy::before {
  position: absolute;
  content: "Skopiowano";
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  padding: 5px 10px;
  background-color: #fee300;
  color: #211f5e;
  opacity: 0;
}

#sg_b .zaw {
  width: 100px;
  right: 10px;
}

.active::before {
  animation: copyShow 2s ease-out;
}

@keyframes copyShow {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* #sg_b.sungroup .o_title {
    display: none;
} */

@media (max-width: 1200px) {
  #sg_b.sungroup .row-steps .col {
    max-width: 50%;
    flex-flow: wrap;
    margin-bottom: 15px;
  }
  #sg_b.sungroup .row-steps .col:nth-of-type(3) {
    margin-bottom: 0;
  }

  #sg_b.sungroup .row-steps {
    justify-content: center;
  }
}

@media (max-width: 900px) {
  #sg_b.sungroup .row-steps .col .number {
    width: 85px;
    height: 85px;
  }
}

@media (max-width: 850px) {
  #sg_b.sungroup .row-steps .col {
    max-width: 85%;
    justify-content: center;
  }

  #sg_b.sungroup .row-steps .col .txt {
    max-width: 70%;
  }

  #sg_b.sungroup .row-steps {
    max-width: 900px;
  }
}

@media (max-width: 1180px) {
  #sg_b.sungroup .row-steps {
    justify-content: center;
  }
}

@media (max-width: 610px) {
  #sg_b.sungroup .row-steps .col {
    max-width: 90%;
  }
}

@media (max-width: 500px) {
  #sg_b.sungroup .row-steps .col .number {
    height: 79px;
    width: 79px;
  }

  .number::after {
    right: -4%;
  }

  #sg_b.sungroup .row-steps .maintxt {
    font-size: 24px;
    text-align: center;
  }

  #sg_b .zaw {
    width: 70px;
    top: 5px;
    right: 5px;
  }
}

@media (max-width: 411px) {
  #sg_b.sungroup .row-steps .col {
    max-width: 98%;
  }
}

@media (max-width: 411px) {
  #sg_b.sungroup .row-steps .col .number {
    height: 59px;
    width: 59px;
  }

  #sg_b.sungroup .row-steps .col .txt {
    font-size: 15px;
  }
}
