/* styles for black friday 2025 */
.catalog-box__btn {
  background: #0f0f0f !important;
  border: none !important;
}
.catalog-box__btn:after {
  content: "";
  width: 41px;
  height: 41px;
  background: url("../../i/btn-catalog-ico.png") no-repeat;
  background-size: cover;
  position: absolute;
  right: 10px;
  top: 4px;
}
.catalog-box__btn:before {
  background-image: url("../../i/container.svg#icon-192") center center no-repeat;
  background-size: 20px auto;
}
.catalog-box__btn:hover, .catalog-box__btn:active, .catalog-box__btn:focus {
  color: #fff !important;
}
.catalog-box__btn:hover:before, .catalog-box__btn:active:before, .catalog-box__btn:focus:before {
  background-image: url("../../i/container.svg#icon-192") center center no-repeat;
  background-size: 20px auto;
}
.catalog-box__btn:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.35);
}

.header-navi__link_config {
  background: #0f0f0f !important;
  color: #fff;
  border: none !important;
}
.header-navi__link_config:hover, .header-navi__link_config:active, .header-navi__link_config:focus {
  background: #0f0f0f !important;
  color: #fff;
}
.header-navi__link_config:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.35);
}

.search .search__btn {
  border: none !important;
  background: #0f0f0f url("../../i/container.svg#icon-157") center center no-repeat;
  background-size: 18px 18px;
}

@media (min-width: 1750px) {
  .header-top:before {
    content: "";
    width: 82px;
    height: 64px;
    background: url("../../i/hdr-bf25-t.png") no-repeat;
    background-size: 82px auto;
    position: absolute;
    pointer-events: none;
    z-index: -1;
    left: -95px;
    top: 0;
  }
  .header-top:after {
    content: "";
    width: 82px;
    height: 64px;
    background: url("../../i/hdr-bf25-t.png") no-repeat;
    background-size: cover;
    position: absolute;
    pointer-events: none;
    z-index: -1;
    inset-inline-end: -90px;
    top: 0;
  }
  .header-center:before {
    content: "";
    width: 90px;
    height: 87px;
    background: url("../../i/hdr-bf25-bl.png") 5px 0 no-repeat;
    background-size: 82px auto;
    position: absolute;
    pointer-events: none;
    z-index: -1;
    left: -105px;
    top: 14px;
  }
  .header-center:after {
    content: "";
    width: 90px;
    height: 91px;
    background: url("../../i/hdr-bf25-br.png") 7px 0 no-repeat;
    background-size: cover;
    position: absolute;
    pointer-events: none;
    z-index: -1;
    inset-inline-end: -90px;
    top: 4px;
  }
}
@media (max-width: 992px) {
  .header:before {
    content: "";
    width: 40px;
    height: 39px;
    background: url("../../i/hdr-bf25-mob-l.png") no-repeat;
    background-size: cover;
    position: absolute;
    pointer-events: none;
    z-index: -1;
    left: 0;
    top: 0;
  }
  .header:after {
    content: "";
    width: 40px;
    height: 39px;
    background: url("../../i/hdr-bf25-mob-r.png") no-repeat;
    background-size: cover;
    position: absolute;
    pointer-events: none;
    z-index: 2;
    right: 0;
    top: 0;
  }
  .header__logo {
    padding-left: 10px !important;
    display: inline-flex;
  }
  .header-mobile-actions {
    right: 20px !important;
  }
  .mobile-nav-open .header:after, .mobile-nav-open .header:before {
    display: none;
  }
}
@media (max-width: 768px) {
  .main .header-center {
    padding-top: 30px;
  }
  .header-mobile-actions {
    top: 18px;
  }
}
.catalog-box__navi .nav-link {
  border: 1px solid transparent;
  margin-bottom: -1px;
}
.catalog-box__navi .nav-link-friday25 {
  border: 1px solid transparent;
  position: relative;
  padding-left: 51px;
  background: url("../../i/bf25-bg-menu.png") 0 center no-repeat;
  background-size: cover;
  color: #0f0f0f;
}
.catalog-box__navi .nav-link-friday25 .nav-link__ico {
  width: 48px;
  height: 44px;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}
.catalog-box__navi .nav-link-friday25 .nav-link__ico img {
  width: 100%;
  height: auto;
}
.catalog-box__navi .nav-link-friday25.active, .catalog-box__navi .nav-link-friday25:hover {
  color: #0f0f0f;
  border: 1px solid #ff1b1f;
  background: url("../../i/bf25-bg-menu.png") 0 center no-repeat;
  background-size: cover;
}

.tab-pane-friday25:before {
  background: url("../../i/bf25-bg-tab.svg") bottom right no-repeat;
  content: "";
  width: 400px;
  height: 400px;
  position: absolute;
  bottom: -15px;
  right: -15px;
  z-index: 1;
}
@media (max-width: 992px) {
  .tab-pane-friday25:before {
    width: 200px;
    height: 200px;
    background-size: cover;
  }
}
.tab-pane-friday25 .catalog-box__ins {
  position: relative;
  z-index: 2;
}

/*# sourceMappingURL=black-friday-25.css.map */
