.content-section {
  padding-top: 9px;
  padding-bottom: 24px;
}
.content-section__title {
  margin-bottom: 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.content-section__text {
  margin-bottom: 20px;
  text-align: center;
}

.actions-group__title {
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.actions-group__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  justify-items: center;
}
@media (min-width: 992px) {
  .actions-group__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.actions-group__item {
  padding: 12px;
  border-radius: 4px;
  background: #000;
}
.actions-group__item strong {
  display: block;
  margin-top: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.48px;
}
@media (min-width: 1199px) {
  .actions-group__item strong {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.48px;
  }
}
.actions-group__item p {
  margin-top: 8px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.42px;
  font-weight: 400;
  color: #a3a3a3;
}
@media (min-width: 1199px) {
  .actions-group__item p {
    height: 66px;
    overflow: hidden;
    text-after-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
.actions-group__item .buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 20px;
  flex-direction: column;
}
@media (min-width: 1199px) {
  .actions-group__item .buttons {
    flex-direction: row;
  }
}
.actions-group__item .buttons .go-ref {
  flex-grow: 1;
  margin-right: 0;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 14px;
}

.games-group {
  grid-gap: 16px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
}
@media (min-width: 992px) {
  .games-group {
    grid-template-columns: repeat(3, 1fr);
  }
}
.games-group__item {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background: #1d0247;
}
.games-group__item:after {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8) url(/wp-content/uploads/2025/08/icon_play.ce0f70e1.svg) no-repeat 50%;
  content: "";
  transition: 300ms;
}
.games-group__item:hover:after {
  opacity: 1;
}
.games-group__item-title {
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 15px;
  padding: 0 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-shadow: 0 2px 1px #030303, 1px 0 1px hsla(0, 0%, 100%, 0.5), -1px 0 1px hsla(0, 0%, 100%, 0.5);
}
.games-group__item-producer {
  color: #755f91;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
  padding: 0 12px;
}

.feedback-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 600px;
  margin: 0 auto;
}
.feedback-form p {
  margin: 0;
  font-style: italic;
  font-size: 0.8em;
}
.feedback-form__item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.feedback-form__item input,
.feedback-form__item textarea {
  appearance: none;
  color: #000000;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.45;
  position: relative;
  display: block;
  width: 100%;
  height: 48px;
  padding: 10px 30px 10px 10px;
  background: #ffffff;
  outline: none;
  border: 1px solid #000000;
  border-radius: 4px;
}
.feedback-form__item input::placeholder,
.feedback-form__item textarea::placeholder {
  color: #555555;
}
.feedback-form__item textarea {
  height: 140px;
  resize: none;
}
.feedback-form__item .go-ref {
  min-width: 150px;
  margin: 0 auto;
}

/*# sourceMappingURL=promo.css.map */
