.bfriday {
  position: fixed;
  bottom: 0;
  width: 100%;
  color: #fff;
  z-index: 20;
}
.bfriday__container {
  background-color: #242424;
  border-radius: 100px 100px 0 0;
  display: grid;
  position: relative;
  grid-template-columns: 2fr 1fr 1.5fr;
  background-image: url(../img/back.svg);
  padding-top: 20px !important;
  padding-bottom: 24px !important;
  gap: 20px;
  justify-self: end;
  align-items: center;
}
@media (max-width: 1025px) {
  .bfriday__container {
    grid-template-columns: 2fr 1fr 2fr;
  }
}
@media (max-width: 768px) {
  .bfriday__container {
    grid-template-columns: 100%;
    gap: 12px;
    padding: 15px 15px 16px !important;
    justify-items: center;
  }
}
.bfriday__text {
  font-family: "Ermilov-Bold";
  font-size: clamp(1.1875rem, 0.9014rem + 1.2207vw, 2rem);
  line-height: 100%;
  letter-spacing: -3%;
  justify-self: end;
}
@media (max-width: 768px) {
  .bfriday__text {
    text-align: center;
    justify-self: center;
  }
}
.bfriday__text-big {
  font-size: clamp(1.375rem, 1.0449rem + 1.4085vw, 2.3125rem);
  text-transform: uppercase;
}
.bfriday__text-orange {
  color: #ff6b00;
}
.bfriday__close {
  background-color: transparent;
  border: none;
  position: absolute;
  top: -30px;
  right: 95px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .bfriday__close {
    width: 44px;
    height: auto;
    right: 23px;
    top: -5px;
  }
  .bfriday__close svg {
    width: 100%;
    height: 100%;
  }
}
.bfriday__image {
  position: absolute;
  bottom: 0;
  left: 30px;
}
.bfriday__image-mob {
  display: none;
}
@media (max-width: 1025px) {
  .bfriday__image {
    display: none;
  }
}
@media (max-width: 768px) {
  .bfriday__image {
    top: -7px;
    bottom: inherit;
    left: 13px;
  }
  .bfriday__image-mob {
    display: block;
  }
}
.bfriday__button {
  max-width: 250px;
  font-size: clamp(0.875rem, 0.743rem + 0.5634vw, 1.25rem) !important;
  line-height: 1 !important;
  letter-spacing: -3%;
  height: 54px !important;
}
@media (max-width: 768px) {
  .bfriday__button {
    height: 38px !important;
  }
}
.bfriday__timer {
  font-family: Kukurudza;
  font-family: "Kukurudza";
  font-size: clamp(1.25rem, 0.8979rem + 1.5023vw, 2.25rem);
  line-height: 97%;
  justify-self: center;
}
.bfriday__timer p {
  display: inline;
}/*# sourceMappingURL=black-friday.css.map */