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

.btn__ico-0125 {
  color: #2a3239;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: none;
  align-self: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.ico-0125__wrap {
  align-items: center;
  display: flex;
}

.ico-0125__bar {
  width: 8px;
  height: 40px;
  margin-right: 15px;
  position: relative;
}

.ico-0125__bar.lev--2 {
  height: 24px;
  position: absolute;
}

.ico-0125__bar.lev--3 {
  background-color: #2a3239;
  height: 8px;
  position: absolute;
}

.ico-0125__bar--top {
  background-color: #2a3239;
  width: 100%;
  height: 8px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.ico-0125__bar--top.bar_bott {
  inset: auto auto 0% 0%;
}
