.promo {
  padding: 22px 0px;
}
.promo__hint {
  width: 46%;
  padding: 7px 16px;
  border: 1px solid #222222;
  background-color: rgb(87, 87, 87);
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  color: rgb(0, 0, 0);
  line-height: 19.2px;
  font-weight: 500;
  letter-spacing: -0.6px;
}
.promo__subtitle {
  color: rgb(158, 158, 158);
  font-size: 24px;
  line-height: 33.6px;
  letter-spacing: -1.2px;
  font-weight: 700;
  text-align: center;
  margin-top: 16px;
}
.promo__mobile-message {
  max-width: 345px;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
  color: rgb(158, 158, 158);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -1.2px;
  line-height: 20px;
  display: none;
}
.promo__mobile-message span {
  color: rgb(201, 3, 1);
}
.promo__block {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 36px;
}
.promo__image {
  flex: 0 0 480px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.promo__image img {
  height: 100%;
}
.promo__content {
  flex: 0 0 480px;
}
.promo__title {
  color: rgb(158, 158, 158);
  font-family: 'Oswald';
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: -1px;
}
.promo__text {
  color: rgb(136, 136, 136);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 20px;
  letter-spacing: -0.5px;
}

@media (max-width: 1230px) {
  .promo__block {
    margin-top: 20px;
  }
  .promo__image {
    flex: 0 0 40%;
  }
  .promo__image img {
    height: 100%;
  }
}
@media (max-width: 1000px) {
  .promo__block {
    display: flex;
    flex-direction: column;
  }
  .promo__content {
    flex: 0 0 auto;
  }
  .promo__title {
    margin-top: 10px;
    text-align: center;
  }
  .promo__text {
    text-align: center;
    max-width: 400px;
  }
}
@media (max-width: 800px) {
  .promo {
    padding-left: 20px;
    padding-right: 20px;
  }
  .promo__hint {
    width: 100%;
  }
  .promo__subtitle {
    display: none;
  }
  .promo__mobile-message {
    display: block;
  }
  .promo__title {
    font-size: 36px;
    line-height: 1.2;
  }
}
@media (max-width: 500px) {
  .promo__image {
    max-width: 100%;
  }
  .promo__image img {
    max-width: 100%;
  }
  .promo__title {
    font-size: 24px;
  }
  .promo__text {
    font-size: 14px;
    line-height: 1.2;
  }
}