.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.centersb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.actions__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 430px;
          flex: 0 1 430px;
}

.actions__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}

.actions__btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  color: #222;
  font-weight: 500;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 140%;
  margin-top: 35px;
  padding-left: 25px;
  display: block;
}

.action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  padding: 20px 30px 20px 25px;
  border-bottom: 1px solid #e6e6e6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.action:hover:nth-child(n+2) {
  background-color: #f2f2f2;
  border-radius: 20px;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.action:hover:nth-child(n+2) .action__hover-arrow {
  opacity: 1;
  visibility: visible;
}

.action__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 627px;
          flex: 0 1 627px;
  color: #222;
  font-size: 1rem;
  line-height: 140%;
}

.action__before-end {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 270px;
          flex: 0 1 270px;
}

.action__action {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 130px;
          flex: 0 1 130px;
}

.action:nth-child(1) > * {
  color: #999;
  letter-spacing: 0.26px;
  font-size: 0.8125rem;
  line-height: 184.6153846154%;
}

.action__bonuses {
  min-width: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.action__hover-arrow {
  opacity: 0;
  visibility: hidden;
}

.action .before-end_unlimited span {
  width: 100%;
}

@media (min-width: 834px) {
  .actions__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 1440px) {
  .actions__btn {
    margin-left: 450px;
  }

  .action:nth-child(1) {
    padding-right: 60px;
  }
}

@media (max-width: 1919px) {
  .action__title {
    max-width: 327px;
  }

  .action__bonuses {
    min-width: 70px;
  }
}

@media (max-width: 1439px) {
  .actions__title br {
    display: none;
  }

  .action {
    padding: 20px 25px;
  }

  .action__hover-arrow {
    display: none;
  }
}

@media (max-width: 833px) {
  .actions__content {
    overflow-x: scroll;
    margin-left: -15px;
    padding-left: 15px;
  }

  .actions__content::-webkit-scrollbar {
    display: none;
  }

  .actions__btn {
    margin: 20px auto 0;
    border-radius: 20px;
    border: 1px solid #e6e6e6;
    background: #fff;
    padding: 20px 25px;
    max-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 0.39px;
    font-size: 0.8125rem;
    line-height: 184.6153846154%;
  }

  .actions__row {
    min-width: 400px;
    padding-right: 0;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .action {
    gap: 15px;
  }

  .action__title {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 172px;
            flex: 1 1 172px;
    font-size: 0.8125rem;
    line-height: 140%;
  }

  .action__before-end {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 127px;
            flex: 0 0 127px;
  }

  .action .before-end_unlimited span {
    padding: 14px 18px;
    min-width: 128px;
  }
}
@supports (appearance:none){

}

 @media (min-width: 834px){

@supports (appearance:none){

}

}

 @media (min-width: 1440px){

@supports (appearance:none){

}

}

 @media (max-width: 1919px){

@supports (appearance:none){

}

}

 @media (max-width: 1439px){

@supports (appearance:none){

}

}

 @media (max-width: 833px){

@supports (appearance:none){

}

}
