.bf {
  padding: 2rem 1rem;
  background: #0a0a0a;
  position: relative;
  overflow-x: hidden;
}
.bf-content {
  width: 100%;
  max-width: 1600px;
  margin: auto;
  color: #fff;
}
.bf-countdown-img {
  width: 100%;
  max-width: 700px;
  margin-inline: auto;
  margin-top: 50px;
}
.bf-countdown-box-title {
  margin: auto;
  font-size: 50px;
  line-height: 54px;
  text-align: center;
}
.bf-countdown-box-title p {
  font-size: 30px;
  line-height: 54px;
}
.bf-countdown-box-title span {
  color: #d7007f;
}
.bf-countdown-box {
  border-radius: 25px;
  background: #141414;
  margin-top: 25px;
}
.bf-countdown-parts {
  display: flex;
  justify-content: center;
  padding: 3rem 1rem;
}
.bf-countdown-part {
  flex: 0 1 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bf-countdown-part .big {
  font-size: 6rem;
  color: #d7007f;
}
.bf-countdown-part .small {
  font-size: 1.2rem;
}
.bf-top-text {
  position: relative;
  z-index: 1;
  top: 50px;
  max-width: 1000px;
  margin: auto;
  text-align: center;
}
.bf-top-text-big {
  font-size: 45px;
}
.bf-top-text-small {
  font-size: 24px;
}
.bf-top-line {
  height: 3px;
  margin: 0 10% 5rem 10%;
  background: #fff;
}
.bf-conditions {
  max-width: 850px;
  margin-inline: auto;
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  color: #777777;
  padding-inline: 1rem;
}
.bf-offers {
  position: relative;
  z-index: 2;
  max-width: 1135px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 150px;
  margin-bottom: 100px;
}
.bf-offers-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #141414;
  border-radius: 25px;
  padding: 50px 2rem;
  gap: 0;
  transition: all 0.2s ease-in-out;
}
.bf-offers-box .btn {
  margin-top: auto;
}
.bf-offers-box.reversed {
  flex-direction: row-reverse !important;
}
.bf-offers-box:hover {
  background-color: #222;
}
.bf-offers-box-img {
  max-width: 100%;
  max-height: 170px;
}
.bf-offers-box-textwrap {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.bf-offers-box-h2 {
  font-size: 24px;
  line-height: 30px;
  text-wrap: balance;
  margin-bottom: 15px;
  text-align: center;
}
.bf-offers-box-priceOld {
  font-size: 18px;
  line-height: 24px;
  color: #717171;
  text-decoration: line-through;
  margin-bottom: 10px;
}
.bf-offers-box-priceNew {
  font-size: 22px;
  line-height: 26px;
  color: #d7007f;
  margin-bottom: 20px;
}
.bf-offers-rowDouble {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.bf-offers-rowDouble .bf-offers-box {
  flex: 1 1 50%;
}
.bf-offers-rowDouble .bf-offers-box-img {
  margin-bottom: 15px;
}
.bf-offers-rowDouble .bf-offers-box-h2 {
  margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .bf-offers-rowDouble.top {
    flex-direction: column;
  }
  .bf-offers-rowDouble.top .bf-offers-box {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 600px) {
  .bf-offers-rowDouble.top .bf-offers-box {
    gap: 0 !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }
  .bf-offers-rowDouble.top .bf-offers-box .bf-offers-box-h2 {
    text-align: center !important;
    font-size: 20px !important;
  }
  .bf-offers-rowDouble.top .bf-offers-box .bf-offers-box-textwrap {
    align-items: center !important;
  }
}
.bf-offers-rowDouble.top .bf-offers-box {
  gap: 40px;
  flex-direction: row;
}
.bf-offers-rowDouble.top .bf-offers-box .bf-offers-box-img {
  min-width: 150px;
}
.bf-offers-rowDouble.top .bf-offers-box .bf-offers-box-textwrap {
  text-align: left;
  align-items: flex-start;
}
.bf-offers-rowDouble.top .bf-offers-box .bf-offers-box-textwrap .bf-offers-box-h2 {
  text-align: left;
}
.bf-offers-rowSolo {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.bf-offers-rowSolo.reversed .bf-offers-box {
  flex-direction: row-reverse;
}
.bf-offers-rowSolo .bf-offers-box {
  flex-direction: row;
  flex: 1 1 100%;
  gap: 240px;
}
.bf-offers-rowTriple {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.bf-offers-rowTriple .bf-offers-box {
  flex: 1 1 33%;
  flex-direction: column;
}
.bf-offers-rowTriple .bf-offers-box-h2 {
  font-size: 22px;
  line-height: 26px;
}
.bf-offers-rowTriple .bf-offers-box-img {
  margin-bottom: 40px;
}
.bf-offers-rowAcc {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.bf-offers-rowAcc .bf-offers-box {
  padding-left: 0;
  flex-direction: row;
  flex: 1 1 100%;
  justify-content: space-between;
}
.bf-offers-rowAcc .bf-offers-box .bf-offers-box-textwrap {
  padding-right: 50px;
}
@media screen and (max-width: 1000px) {
  .bf-top-text {
    top: 0;
    width: unset;
    margin: 3rem 0 2rem 0;
  }
  .bf-top-line {
    display: none;
  }
  .bf-offers-rowTriple {
    flex-wrap: wrap;
  }
  .bf-offers-rowSolo .bf-offers-box {
    gap: 50px;
  }
}
@media screen and (max-width: 800px) {
  .bf-countdown-part .big {
    font-size: 4rem;
  }
}
@media screen and (max-width: 700px) {
  .bf-offers {
    margin: 50px 0;
  }
  .bf-offers-rowDouble {
    flex-direction: column;
  }
  .bf-offers-box {
    flex: 1 1 100% !important;
  }
  .bf-offers-rowSolo .bf-offers-box {
    flex-direction: column-reverse !important;
  }
  .bf-offers-box-img {
    max-width: 220px;
  }
  .bf-offers-box .btn {
    width: 80%;
  }
  .bf-offers-box-textwrap {
    width: 100%;
  }
  .bf-offers-rowAcc .bf-offers-box {
    flex-direction: column;
    padding: 50px 2rem;
  }
  .bf-offers-rowAcc .bf-offers-box .bf-offers-box-img {
    margin-bottom: 50px;
  }
  .bf-offers-rowAcc .bf-offers-box-textwrap {
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 600px) {
  .bf-countdown-box-title {
    top: 0;
    width: 430px;
    max-width: 100%;
    font-size: 1.8rem;
    line-height: 40px;
  }
  .bf-countdown-box-title p {
    font-size: 1.2rem;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .bf-countdown-part .big {
    font-size: 3rem;
  }
  .bf-top-text-big {
    font-size: 2.2rem;
  }
  .bf-top-text-small {
    font-size: 1.4rem;
  }
  .bf-top-text {
    margin: 1rem 0 1rem 0;
  }
}
@media screen and (max-width: 400px) {
  .bf-countdown-part .big {
    font-size: 2.4rem;
  }
  .bf-countdown-part .small {
    font-size: 1rem;
  }
  .bf-offers-box-img {
    max-width: 150px;
  }
  .bf-offers-box-h2 {
    font-size: 24px !important;
    line-height: 30px !important;
  }
}
.bf-circle-1 {
  position: absolute;
  top: 25%;
  /* Adjusted for better centering */
  right: -100px;
}
.bf-circle-2 {
  position: absolute;
  top: 50%;
  /* Adjusted for better centering */
  left: -100px;
}
.bf-offers-box-tags {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
.bf-offers-box-tags .bf-offers-box-tags-tag {
  font-size: 16px;
  border-radius: 30px;
  background: #0A0A0A;
  padding: 6px 10px;
  white-space: nowrap;
}