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

.tadafy__ico-0475 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #2d3033;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
  position: relative;
}

.tadafy__ico-0475:hover {
  background-color: #111;
}

.ico-0475__label {
  padding: 13px 65px;
  position: relative;
}

.ico-0475__ico-w {
  z-index: 5;
  background-color: #1877f2;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 21px;
  height: 21px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 10px;
  box-shadow: 0 0 15px #00000059;
}

.ico-0475__ico {
  width: 8px;
  position: relative;
  top: 1px;
}

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


