.cardLink {
  background-color: #e6e6e6;
  flex-basis: 23%;
  max-width: 23%;
}

.cardLink .bg {
  background-size: cover;
  background-position: 0 50%;
  background-repeat: no-repeat;
  height: 220px;
}

.cardLink .link {
  display: block;
  text-align: center;
}

.news .bg {
  background-image: url(/static/new-www/themes/tiles_mobi/assets/img/decor/bg_root_news.jpg);
}

.avp .bg {
  background-image: url(/static/new-www/themes/tiles_mobi/assets/img/decor/bg_root_avp.jpg);
}

.checkLink .bg {
  background-image: url(/static/new-www/themes/tiles_mobi/assets/img/decor/bg_root_checkLink.jpg);
}

.checkFile .bg {
  background-image: url(/static/new-www/themes/tiles_mobi/assets/img/decor/bg_root_checkFile.jpg);
}

@media screen and (max-width:720px) {

  /* M*/
  .cardLink {
    flex-basis: 48%;
    max-width: 48%;
  }
}

/* для дизайна tile_mobi*/
.noBg .link {
  background: white;
}


.bgWhite {
  background: white;
}

.cardsGap {
  gap: 10px;
}