body {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0 -50%;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.tadafy__ico-0420 {
  color: #2a3239;
  text-align: center;
  background-color: #ffc800;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.ico-0420__label {
  padding: 13px 40px;
  position: relative;
}

.ico-0420__ico-w {
  z-index: 5;
  background-color: #000;
  border: 2px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  display: flex;
  position: absolute;
  top: -7px;
  right: -3px;
  box-shadow: 0 0 8px #0000004d;
}

.ico-0420__ico {
  width: 9px;
  position: relative;
  top: 1px;
}

@media screen and (max-width: 240px) {
  .tadafy__ico-0420 {
    transform: scale(.7);
  }
}


