.grid .bx_content_section {
  margin-bottom: 15px;
}

.grid .bx_sidebar {
  margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1 .bx_content_section {
  float: left;
  width: 66%;
  margin-bottom: 15px;
}

.grid2x1 .bx_sidebar {
  float: right;
  width: 33%;
  margin-bottom: 15px;
  padding-left: 5%;
  box-sizing: border-box;
}

@media (max-width: 960px) {
  .grid2x1 .bx_sidebar {
    padding-left: 4%;
  }
}
@media (max-width: 640px) {
  .grid2x1 .bx_content_section,
  .grid2x1 .bx_sidebar {
    width: 100%;
    float: none;
  }
  .grid2x1 .bx_sidebar {
    padding-left: 3%;
  }
}
@media (max-width: 479px) {
  .grid2x1 .bx_sidebar {
    padding-left: 1%;
  }
}
.catalog-block-header {
  font-size: 1.75rem;
  text-align: left;
  color: #EBEBEB;
  font-family: "Involve-Medium", sans-serif;
  text-transform: uppercase;
  margin-bottom: 4rem;
}

.video-bg.tight {
  height: 50vh !important;
  min-height: 50vh !important;
  margin-bottom: 0 !important;
}
.video-bg .video-bg__header {
  top: 30% !important;
}
.video-bg .video-bg__header h1 {
  font-family: "Involve-SemiBold", sans-serif;
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 3.125rem;
}
.popularBanner {
  margin-bottom: 10rem !important;
}

.recomPop .popularCardUps {
  padding-bottom: 7.5rem;
  padding-top: 7.5rem;
  margin-bottom: 7.5rem;
  margin-top: 15rem;
  overflow: hidden;
  background: #231F20 url(/upload/ups/line.svg);
  background-repeat: no-repeat;
  background-position: 50% 21%;
  background-blend-mode: soft-light;
}

.upsDocs a {
  color: var(--text-primary);
  text-decoration: none;
  font-size: 0.875rem;
}
.upsDocs a[href$=".doc"],
.upsDocs a[href$=".docx"],
.upsDocs a[href$=".rtf"] {
  background: url("img/doc.png");
  background-repeat: no-repeat;
  background-position: right center;
}
.upsDocs a[href$=".pdf"] {
  background: url("img/download.svg");
  background-repeat: no-repeat;
  background-position: right center;
}
.upsDocs a[href$=".xls"],
.upsDocs a[href$=".xlsx"] {
  background: url("img/exl.png");
  background-repeat: no-repeat;
  background-position: right center;
}

.bannerInCards {
  padding-bottom: 1.5rem;
}
.bannerInCards .bicBody:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25);
  animation: product-item-hover 300ms 1 ease;
  transition-duration: 1s;
}
.bannerInCards .bicBody {
  background-color: #D9D9D9;
  margin-bottom: 1.5rem;
  height: 100%;
  border-radius: 1.25rem;
  position: relative;
}
.bannerInCards .bicBody .bgImg {
  position: absolute;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #231F20;
  border-radius: 1.25rem;
  opacity: 0.7;
}
.bannerInCards .bicBody .bicBodyoOverlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 4rem 2.5rem;
}
.bannerInCards .bicBody .bicBodyoOverlay h4 {
  font-family: "Involve-SemiBold", sans-serif;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 2.125rem;
  margin-right: 20%;
  margin-bottom: 1.5rem;
}
.bannerInCards .bicBody .bicBodyoOverlay p {
  margin-left: 20%;
  line-height: 1;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.catalogPage .helloBlock .headerRow {
  margin-bottom: 11rem;
}
.catalogPage .sticky-top {
  top: 64px;
  z-index: 100;
}
.catalogPage .bx-breadcrumb {
  height: 100%;
  padding-top: 2.5rem;
  padding-bottom: 5.25rem;
}
.catalogPage .fckngFilter {
  min-height: 5.25rem;
  border-top: 1px solid var(--text-primary);
  border-bottom: 1px solid var(--text-primary);
  margin-bottom: 4rem;
  background-color: var(--back-primary);
}
.catalogPage .fckngFilter .fTextName {
  font-size: 1.125rem;
  font-family: "Involve-Medium", sans-serif;
  line-height: 1;
}
.catalogPage .fckngFilter .smart_filter_checked_items button {
  border: none;
  background-color: var(--back-primary);
  padding-right: 1.5rem;
  position: relative;
  margin-right: 1.5rem;
  font-size: 0.875rem;
}
.catalogPage .fckngFilter .smart_filter_checked_items button::after {
  content: url("/upload/ups/icons/x-icon.svg") !important;
  position: absolute;
  right: 0;
  color: var(--text-primary);
  font-weight: 800;
}

.catalogPage .helloBlock {
  padding-bottom: 16rem;
  margin-top: -1.5rem;
}
.catalogPage .modern-page-navigation .modern-page-title {
  font-size: 0.875rem;
}
.catalogPage .modern-page-navigation .modern-page-current {
  color: #CD2628;
}
.catalogPage .modern-page-navigation a {
  color: var(--text-primary);
}
.catalogPage .modern-page-navigation a:hover {
  color: #CD2628;
}

/*# sourceMappingURL=style.css.map */
