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

.btn__ico-0030 {
  color: #001eff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 50px;
  flex: none;
  align-self: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.ico-0030__wrap {
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
}

.ico-0030__fill {
  background-color: #fff;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: translate(0);
}

.ico-0030__circ {
  background-color: #fff;
  border-radius: 0 50% 50% 0%;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
  transform: translate(0);
}

.ico-0030__arrow {
  border-bottom: 3px solid #001eff;
  border-right: 3px solid #001eff;
  width: 22px;
  height: 22px;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0%;
  transform: rotate(-45deg);
}

.ico-0030__arrow--line {
  transform-origin: 100% 100%;
  background-color: #001eff;
  width: 3px;
  height: 200%;
  position: absolute;
  inset: auto -3px -1px auto;
  transform: rotate(-45deg);
}

.ico-0030__circ-bgr {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
  left: -100%;
}

.ico-0030__label {
  padding-left: 40px;
  padding-right: 65px;
  display: block;
  position: relative;
}
