.bl-store {
  background-color: #171717;
  padding: 172px 56px 78px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.bl-store__back {
  position: absolute;
  left: 58px;
  top: 182px;
}

.bl-store__back-link {
}

.bl-store__discount {
  position: relative;
  margin-bottom: 24px;
}

.bl-store__discount-text {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  padding-bottom: 6px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bl-store__logo-image {
}

.bl-store__title {
  color: #fff;
  margin-bottom: 72px;
}

.bl-store__platforms {
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 72px;
}

.bl-store__platform {
  border: 2px solid #ccc;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 240px;
  height: 300px;
}

.bl-store__platform-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 32px;
}

.bl-store__platform-button {
  display: block;
  position: relative;
}

.bl-store__platform-button-text {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  padding-bottom: 4px;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.bl-store__platform-button-discount {
  position: absolute;
  left: -15px;
  top: -6px;
}

.bl-store__platform-button-discount-text {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  padding-bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #171717;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.bl-store__newsletter {
  color: #fff;
}

.bl-store__newsletter-title {
  margin-bottom: 8px;
  text-align: center;
}

.bl-store__newsletter-description {
  color: #adaab1;
  text-align: center;
}

.bl-store__form {
}

.bl-store__input {
}

.bl-store__checkbox-label {
}

.bl-store__checkbox {
}

.bl-store__submit {
}

.bl-store__privacy {
  max-width: 604px;
}

.bl-store__privacy-link {
}
