.promo-page-container {
  position: relative;
  left: 0;
  transition: all .3s ease;
  padding: 10px 10px 70px;
}

.promo-page-container.active-sidebar {
  left: 165px;
}

.promo-page-container h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
  margin-bottom: 10px;
  margin-left: 11px;
}

.promo-container {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #2D2D2D;
}

.promo-container img {
  width: 100%;
}

.promo-name-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  height: 60px;
  background: linear-gradient(180deg, #1C1D1E 0%, #111212 100%);
}

.promo-name-container .promo-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  color: #FFFFFF;
}

.promo-name-container .promo-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  height: 40px;
  background: #0F0F0F;
  border: 1px solid #F5AA18;
  border-radius: 20px;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
}
