.anthemeblocks-staticblockcategory {
  margin-bottom: 72px;
  margin-top: 73px;
}
.anthemeblocks-staticblockcategory .featured-products_header {
  margin-bottom: 34px;
}
.staticblockcategory-item{
  position: relative;
  overflow: hidden;
}
.staticblockcategory-item.staticblockcategory-item-big {
  max-width: 370px;
  position: relative;
  
  float: right;
}
.anthemeblocks-staticblockcategory .staticblockcategory-item-big:first-child {
  float: left;
}
.staticblockcategory-item.staticblockcategory-item-small {
  position: relative;
  max-width: 370px;
}
.staticblockcategory-item img {
  transition: opacity .35s;
}
.staticblockcategory-item .anthemeblocks-staticblockcategory-desc { 
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  position: absolute;
  padding: 15px;
  justify-content: center;
  align-items: center;
}

.anthemeblocks-staticblockcategory-desc h2 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
  max-width: 250px;
  margin: -1px 0 0;
  background: #fff;
  padding: 8px 30px 10px;
}

.anthemeblocks-staticblockcategory-content p {
  max-width: 320px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  
}
.satitblock-image {
  background: #fff;
}
.anthemeblocks-staticblockcategory-desc .btn-primary {
  margin-top: 18px;
  line-height: 46px;
  min-width: 140px;
}

.anthemeblocks-staticblockcategory-desc .an_link-block span {
  font-size: 16px;
}
.staticblockcategory-item:hover .an_link-block span {
  color: #070707;
}




.anthemeblocks-staticblockcategory-grid {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 29px 30px;
}

.staticblockcategory-item-big {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 2;
}

/*** effects ***/
.staticblockcategory-item .satitblock-image {
  position: relative;
}
.staticblockcategory-item .satitblock-image::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.staticblockcategory-item:hover .satitblock-image::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
@-webkit-keyframes shine {
  100% {
      left: 125%;
  }
}
@keyframes shine {
  100% {
      left: 125%;
  }
}



@media (max-width: 1200px) {
  .anthemeblocks-staticblockcategory {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .anthemeblocks-staticblockcategory-grid {
    grid-template-columns: 1fr 1fr;
  }
  .staticblockcategory-item .satitblock-image {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .staticblockcategory-item img {
    width: 100%;
  }
  .anthemeblocks-staticblockcategory-desc h2 {
    font-size: 28px;
  }
  .anthemeblocks-staticblockcategory-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  .staticblockcategory-item-big {
    grid-row-start: initial;
    grid-row-end: initial;
    grid-column-start: initial;
  }
}