.header {
  position: fixed;
  z-index: 9999;
  background: transparent;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
}
.header .header__container {
 width: 100%;
}
.header .header__container .buttons-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.header .header__container .buttons-wrapper .buttons-wrapper__button {
  display: flex;
  justify-content: center;
  align-items: center;
  
  font-size: 13px;
  line-height: 13px;
  font-weight: 300;
  padding: 10px 20px;
  border-radius: 12px;
  box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, .20);
  text-align: center;
  text-decoration: none;!important;
}
