.anthemeblocks-staticblockcategory {
  margin-bottom: 57px;
  position: relative;
}
.categories-title {
  font-size: 32px;
  margin: 2px 0 35px;
  text-align: center;
}
.categories-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
}
.categories-wrapper-slider {
  margin: 0;
}
.staticblockcategory-item{
  position: relative;
  overflow: hidden;
}

.staticblockcategory-item.staticblockcategory-item-big {
  width: 350px;
  position: relative;
  margin: 0 15px 16px;
  max-width: 100%;

}
.categories-wrapper-slider .staticblockcategory-item.staticblockcategory-item-big {
  margin: 0;
}
.staticblockcategory-item .satitblock-image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.anthemeblocks-staticblockcategory-desc {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 58px;
  left: 20px;
  border: 3px solid #fff;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.anthemeblocks-staticblockcategory-desc .h6 {
  color: #000;
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 84px);
  height: 50px;
  margin-bottom: -26px;
  transition: .3s;
}
.staticblockcategory-item:hover .anthemeblocks-staticblockcategory-desc .h6 {
  color: #fff;
}
.anthemeblocks-staticblockcategory .owl-carousel .owl-item img {
  width: auto;
  max-width: 100%;
}

.anthemeblocks-staticblockcategory .categories-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.anthemeblocks-staticblockcategory .categories-nav .owl-prev,
.anthemeblocks-staticblockcategory .categories-nav .owl-next {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 26px);
  top: calc(50% - 26px);
  z-index: 1;
}
.anthemeblocks-staticblockcategory .categories-nav .owl-prev {
  left: -151px;
}
.anthemeblocks-staticblockcategory .categories-nav .owl-next {
  right: -151px;
}

@media (max-width: 1500px) {
  .anthemeblocks-staticblockcategory .categories-nav .owl-prev {
    left: -45px;
  }
  .anthemeblocks-staticblockcategory .categories-nav .owl-next {
    right: -45px;
  }

}
@media (max-width: 1040px) {
  .categories-wrapper-slider {
    padding: 0 45px;
  }
  .anthemeblocks-staticblockcategory .categories-nav .owl-prev {
    left: -0;
  }
  .anthemeblocks-staticblockcategory .categories-nav .owl-next {
    right: -0;
  }
  .categories-wrapper-slider .staticblockcategory-item.staticblockcategory-item-big {
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .categories-wrapper-slider {
    padding: 0 30px;
  }
  .anthemeblocks-staticblockcategory-desc .h6 {
    width: calc(100% - 20px);
  }
}