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

.ico-0055__arrow {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  flex: none;
  width: 13px;
  height: 13px;
  margin: auto;
  position: absolute;
  inset: 0%;
  transform: rotate(-45deg);
}

.ico-0055__wrap {
  align-items: center;
  height: 63px;
  display: flex;
}

.ico-0055__arr-wrap {
  justify-content: center;
  align-items: center;
  width: 63px;
  margin-right: 10px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.ico-0055__circ-bgr {
  background-color: #ffae00;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50%;
}

.ico-0055__circ {
  background-color: #ffae00;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  width: 63px;
  height: 63px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
  transform: translate(100%);
}

.ico-0055__fill {
  background-color: #ffae00;
  border-radius: 100px;
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -100%;
}

.ico-0055__label {
  flex: 1;
  padding: 5px 65px 5px 30px;
  position: relative;
}

.btn__ico-0055 {
  z-index: 10;
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 100px;
  flex: none;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

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