.apartments-fon.blackSale {
  background: #040404;
  margin-top: 64px;
  border-radius: 36px;
  padding: 48px 40px;
}
.blackSale .blackSaleTop {
  gap: 32px;
}
.blackSale .blackSaleTop .blackSaleTitle {
  gap: 32px;
}
.blackSale .blackSaleTop .blackSaleTitle h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
}
.blackSale .blackSaleTop .blackSaleTitle .blackSaleTitleLabel {
  padding: 12px 16px;
  background: #754ABC;
  border-radius: 32px;
  color: #fff;
  gap:4px;
}
.blackSale .blackSaleTop .blackSaleTitle .blackSaleTitleLabel span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
}
.blackSale .blackSaleCounter .timer-wrapper {
  background: transparent;
  height: 100%;
  padding: 0;
  border-radius: 0;
  text-align: center;
  color: #FFF;
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.blackSale .blackSaleCounter .time-box {
  min-width: 66px;
  align-items: center;
}
.blackSale .blackSaleCounter .time-box span {
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: #fff;
  background: transparent;
  width: auto;
  height: auto;
  opacity: 1;
  border-radius: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.blackSale .blackSaleCounter .time-box small {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  margin-top: 0;
  width: 100%;
}
.blackSale .blackSaleCounter .timerFire {
  display: flex;
  justify-content: center;
  font-weight: bold;
}

.blackSale .apartments-btn {
  gap: 16px;
  display: none;
}
.blackSale .swiper-button-next, .blackSale .swiper-button-prev {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  transition: 0.3s;
  backdrop-filter: none;
  background: transparent;
  top: unset;
  margin: 0;
  position: relative;
  right: unset;
  left: unset;
  border: 2px solid #fff;
}
.blackSale .swiper-button-next:hover, .blackSale .swiper-button-prev:hover {
  background: transparent;
}
.blackSale .swiper-button-prev::before {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("fireSliderArrow.svg");
  background-size: unset;
}
.blackSale .swiper-button-next::before {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("fireSliderArrow.svg");
  background-size: unset;
  transform: rotate(180deg);
}

.blackSale .newStyleBox.commercial-box {
  border: 2px solid #754ABC;
  height: auto;
  max-width: 100%;
}
.blackSale .apartments-slider .newStyleBox .labelPanel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-width: 100%;
  padding: 0px 28px;
  padding-top: 12px;
}
.blackSale .apartments-slider .newStyleBox .labelPanel .facingLabel {
  border-radius: 24px;
  background: #D6D6D666;
  padding: 0px 16px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  color: #2F2E2E;
}

.blackSale .blackSaleTitleMobile {
  display: none;
}
@media (max-width: 820px) {
  .blackSale .apartments-btn {
    display: none;
  }
  .apartments-fon.blackSale {
    padding: 48px 16px;
  }
  .blackSale .blackSaleTitleMobile {
    display: block;
    width: 100%;
    margin-bottom: 16px;
  }
  .blackSale .blackSaleTitleMobile h2 {
    font-family: Bounded;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -4%;
    text-transform: uppercase;
    color: #fff;
  }
  .blackSale .blackSaleTop .blackSaleTitle h2 {
    display: none;
  }
  .blackSale .apartments-title {
    flex-direction: column;
  }
  .blackSale .blackSaleTop {
    gap: 0;
    width: 100%;
    justify-content: space-between;
  }
  .blackSale .blackSaleTop .blackSaleTitle {
    gap: 0;
  }
  .blackSale .blackSaleTop .blackSaleTitle .blackSaleTitleLabel {
    padding: 7px;
    gap: 2px;
  }
  .blackSale .blackSaleTop .blackSaleTitle .blackSaleTitleLabel svg {
    width: 20px;
    height: 20px;
  }
  .blackSale .blackSaleTop .blackSaleTitle .blackSaleTitleLabel span {
    font-size: 12px;
    white-space: nowrap;
  }
  .blackSale .blackSaleCounter .time-box {
    min-width: 30px;
  }
  .blackSale .blackSaleCounter .time-box span {
    font-size: 15px;
  }
  .blackSale .blackSaleCounter .time-box small {
    font-size: 10px;
  }
  .blackSale .blackSaleCounter .colon {
    width: 6px;
    margin-top: -2px;
  }
  .blackSale .apartments-cnt {
    margin-right: 0;
  }
  .blackSale .apartments-slider .newStyleBox .labelPanel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-width: 100%;
    padding: 0px 10px;
    padding-top: 12px;
  }
}