.promo_container .header_container {
  padding: 20px 4px 20px;
}

.promo_list {
  margin-top: 25px;
  padding-bottom: 20px;
}

.promo_page_title {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
}

.swiper{
  max-width: 100%;
  padding:0 20px;
}
.swiper-wrapper{
}
.promo_categories .swiper-slide {
  width: auto !important;
}

.promo_categories_icon {
  background: #1C1F26;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}

.promo_categories_icon img{
  max-width: 100%;
  max-height: 100%;
}

.promo_categories_icon.active {
  background: #303847;
}

.promo_categories_icon.active svg path {
  fill: #FFFFFF;
}

.promo_categories .active .promo_categories_name{
  color: #ffffff;
}

.promo_categories_name {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: var(--supporting-color);
  width: 45px;
  word-break: break-word;
}

.promo_list>.item {
  position: relative;
  border-radius: 10px;
  margin-top: 12px;
  display: block;

  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  color: #FFFFFF;
  background: var(--component-bg-color);
}

.promo_list>.item:before{
  content:'';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid var(--component-border-color);
  border-radius: inherit;
}

.promo_item_image {
  position: relative;
  width: 100%;
  overflow:hidden;
  border-radius:10px;
}

.promo_item_image:not(.loaded){
  background-image: url("/assets/images/general/spinner.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 120px auto;
}

.promo_item_image:before{
}

.promo_item_image img {
  width: 100%;
}

.promo_item_details {
  display: flex;
  align-items: stretch;
  padding: 12px;
}

.promo_item_detail_title {
  font-size: 11px;
  margin-bottom: 10px;
  color:#98A7B5;
}

.promo_item_detail_win_price {
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
}

.promo_item_details>div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.promo_item_details>div:first-child {
  padding-right: 11px;
  margin-right: auto;
}

.promo_item_details>div:nth-child(2) {
  align-items: flex-end;
  text-align: right;
}

.promo_item_target,
.promo_item_time {
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  color: #98A7B5;
  margin-bottom: 7px;
  display: flex;
}

.promo_item_name {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 7px;
}

.promo_item_time {
  margin-bottom: 0;
}

.promo_item_details>div:last-child {
  margin-left: auto;
  padding-left: 10px;
  display: none;
}

.promo_item_details>div:last-child svg path {
  fill: rgba(36, 49, 84, 0.2);
}
