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

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

.btn__ico-0015:hover {
  background-color: #2fd996;
}

.ico-0015__wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.ico-0015__label {
  padding: 22px 10px 22px 45px;
  position: relative;
}

.ico-0015__arrow {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  flex: none;
  width: 13px;
  height: 13px;
  margin-right: 40px;
  display: inline-block;
  position: relative;
  transform: rotate(-45deg);
}
