.anthemeblocks-staticblockcategory {
  margin-bottom: 43px;
  margin-top: 47px;
  display: flex;
  justify-content: space-between;
}

.staticblockcategory-item{
  position: relative;
  overflow: hidden;
}
.staticblockcategory-item.staticblockcategory-item-big {
  max-width: 370px;
  position: relative;
  margin-bottom: 30px;
}


.staticblockcategory-item img {
  transition: opacity .35s;
}
.staticblockcategory-item .anthemeblocks-staticblockcategory-desc { 
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.anthemeblocks-staticblockcategory-desc h3 {
  line-height: 1.2;
  margin-bottom: 26px;
  color: #000;
}


.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;
}

/*** effects ***/

.anthemeblocks-staticblockcategory-desc .an_link-block {
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(0,28px,0);
}

.staticblockcategory-item:hover .anthemeblocks-staticblockcategory-desc .an_link-block,
.staticblockcategory-item:hover .anthemeblocks-staticblockcategory-desc h2 {
  opacity: 1;
  transform: translate3d(0,0,0);
}
.staticblockcategory-item:hover img {
  opacity: .7;
}

@media (max-width: 1200px) {
  .anthemeblocks-staticblockcategory {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .staticblockcategory-item.staticblockcategory-item-big {
    margin: 0 15px 30px;
  }
}
@media (max-width: 480px) {
  .staticblockcategory-item img {
    width: 100%;
  }
  .anthemeblocks-staticblockcategory-desc h2 {
    font-size: 28px;
  }
}